Initializes a new instance of the DestinationXYZ class.
Note that all Y coordinates should be specified relative to the bottom of the page.
ObjectManager that controls the lifetime of the DestinationXYZ.
The target page index.
Optionalleft: numberThe left coordinate of the document window.
OptionalpdfTop: numberThe top coordinate of the document window relative to the bottom of the page.
Optionalzoom: numberThe zoom factor of the document window.
Initializes a new instance of the DestinationXYZ class.
Note that all Y coordinates should be specified relative to the bottom of the page.
The target page index.
Optionalleft: numberThe left coordinate of the document window.
OptionalpdfTop: numberThe top coordinate of the document window relative to the bottom of the page.
Optionalzoom: numberThe zoom factor of the document window.
Initializes a new instance of the DestinationXYZ class.
ObjectManager that controls the lifetime of the DestinationXYZ.
The target PdfPage.
Optionalleft: numberThe left coordinate of the document window.
Optionaltop: numberThe top coordinate of the document window relative to the top of the page.
Optionalzoom: numberThe zoom factor of the document window.
Gets the reference to the object.
Gets the left coordinate of the document window, if null then unchanged.
Gets the owner ObjectManager instance.
Gets the index of this destination's target page. Returns null if the target page was specified as a PdfPage object.
Note that if this property is not null, then any Y coordinate is relative to the bottom left corner (see Destination description for details).
Gets the top coordinate of the document window relative to the bottom left corner, unchanged if null.
Gets the top coordinate of the document window, if null then unchanged.
If the target page of this destination was specified as an index (Destination#pageIndex), then this property returns the Y coordinate relative to the page bottom. If the target page was specified as a page object (see Destination#page), then this property returns the Y coordinate relative to the page top. See Destination description for details.
Gets the zoom factor of the document window, unchanged if null or zero.
Detaches the object from the ObjectManager and deallocates its memory, if possible.
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
Display the page designated by Destination#page, with the coordinates (left, top) positioned at the upper-left corner of the window and the contents of the page magnified by the factor zoom. A null value for any of the parameters left, top, or zoom specifies that the current value of that parameter is to be retained unchanged. A zoom value of 0 has the same meaning as a null value.