Description:
PDF destination object, which represents a particular view of a page in a document. It contains a reference to a page, a rectangle on that page, and information specifying how to adjust the view to fit the window's size and shape. See section 8.2, "Document-Level Navigation," in the PDF Reference for more information on destinations.
Interface:
IIGPDFDestination extends IIGObject
Members:
Methods
GetFitType Method |
Gets the destination's fit type. Applies only to IG_PDF_DEST_EXPLICIT type of destination. |
GetName Method |
Gets the destination's named attributes. Applies only to IG_PDF_DEST_NAMED type of destination. |
GetRect Method |
Gets the destination rectangle. Applies only to IG_PDF_DEST_EXPLICIT type of destination. |
Remove Method |
Removes a view destination object. Before deleting a view destination, ensure that no link or bookmark refers to it. |
Resolve Method |
Resolves the destination. |