Click or drag to resize

PdfDestination Properties

The PdfDestination type exposes the following members.

Properties
 NameDescription
Public propertyBottom 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.
Public propertyLeft 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.
Public propertyMetadata(Optional; PDF 1.4) A metadata stream containing metadata for the component.
(Inherited from PdfObject)
Public propertyPage

Gets or sets the destination PdfPage object.

Specifying a destination explicitly in a PDF file, page is an indirect reference to a page object.

Public propertyPageNumber

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).

Public propertyRight 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.
Public propertyTop 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.
Public propertyViewType Gets the PdfDestinationViewType of this PdfDestination instance.
Public propertyZoom

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.

Top
See Also