Click or drag to resize

CPDFDestination Class

A CPDFDestination object describes a point on a PDF page.
Inheritance Hierarchy
SystemObject
  ComPDFKit.PDFDocumentCPDFDestination

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public class CPDFDestination

The CPDFDestination type exposes the following members.

Constructors
  NameDescription
Public methodCPDFDestination
Initializes a new instance of the CPDFDestination class
Top
Properties
  NameDescription
Public propertyPageIndex
Destination page index.
Public propertyPosition_X
The x coordinate of the specified page.
Public propertyPosition_Y
The y coordinate of the specified page.
Public propertyZoom
The page zoom ratio.
Top
See Also