Bookmark Class

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Represents a bookmark object.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Rasterizer.NavigationBookmark

Namespace:  Apitron.PDF.Rasterizer.Navigation
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public sealed class Bookmark

The Bookmark type exposes the following members.

Properties

  NameDescription
Public propertyChildren
Gets the subtree of bookmarks.
Public propertyDestination
Gets the bookmark destination.
Public propertyTitle
Gets the title.
Top
Methods

  NameDescription
Public methodCode exampleGetDestinationRectangle(Resolution, RenderingSettings)
Gets the destination rectangle. NOTE: rectangle uses PDF coordinate system i.e Zero is located in the bottom-left corner.
Public methodCode exampleGetDestinationRectangle(Int32, Int32, RenderingSettings)
Gets the destination rectangle. NOTE: rectangle uses PDF coordinate system i.e Zero is located in the bottom-left corner.
Top
See Also

Reference