Pdf |
A destination defines a particular view of a document, consisting of the following items:
The PdfDestination type exposes the following members.
Name | Description | |
---|---|---|
Bottom | Gets or sets the vertical coordinate of the bottom-right corner of the window expressed in the default user space coordinate system or if the value is to be retained unchanged. | |
Left | Gets or sets the horizontal coordinate of the upper-left corner of the window expressed in the default user space coordinate system or if the value is to be retained unchanged. | |
Page | Gets or sets the destination PdfPage object. Specifying a destination explicitly in a PDF file, page is an indirect reference to a page object. | |
PageNumber | Gets or sets the destination page number. Should be used only in a context of a remote go-to action (see 12.6.4.3 Remote Go-To Actions). | |
Right | Gets or sets the horizontal coordinate of the bottom-right corner of the window expressed in the default user space coordinate system or if the value is to be retained unchanged. | |
Top | Gets or sets the vertical coordinate of the upper-left corner of the window expressed in the default user space coordinate system or if the value is to be retained unchanged. | |
ViewType | Gets the PdfDestinationViewType of this PdfDestination instance. | |
Zoom | Gets or sets the zoom factor or if the value is to be retained unchanged. Value 1 represents 100%, 0.5 represents 50%, 1.5 represents 150%, etc. |
Name | Description | |
---|---|---|
SetView | Sets the view and the view's parameters where parameters represent the following values depending on the viewType parameter:
| |
ToString |
Returns a String that represents this PdfDestination instance.
(Overrides ObjectToString) |
Name | Description | |
---|---|---|
GetArray |
Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
GetDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
GetOrAddDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |