[]
Display the page designated by Destination#page, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of the page within the window. A null value for left specifies that the current value of that parameter is to be retained unchanged.
new DestinationFitV(
om,
pageIndex,
left?): DestinationFitV;
Initializes a new instance of the DestinationFitV class.
ObjectManager that controls the lifetime of the DestinationFitV.
number
The target page index.
number
The left coordinate of the document window.
DestinationFitV
Destination.constructor
new DestinationFitV(pageIndex, left?): DestinationFitV;
Initializes a new instance of the DestinationFitV class.
number
The target page index.
number
The left coordinate of the document window.
DestinationFitV
Destination.constructor
new DestinationFitV(
om,
page,
left?): DestinationFitV;
Initializes a new instance of the DestinationFitV class.
ObjectManager that controls the lifetime of the DestinationFitV.
The target PdfPage.
number
The left coordinate of the document window.
DestinationFitV
Destination.constructor
new DestinationFitV(page, left?): DestinationFitV;
Initializes a new instance of the DestinationFitV class.
The target PdfPage.
number
The left coordinate of the document window.
DestinationFitV
Destination.constructor
new DestinationFitV(
om,
structElement,
left?): DestinationFitV;
Initializes a new instance of the DestinationFitV class.
ObjectManager that controls the lifetime of the DestinationFitV.
The StructElement used to obtain the target page.
number
The left coordinate of the document window.
DestinationFitV
Destination.constructor
new DestinationFitV(structElement, left?): DestinationFitV;
Initializes a new instance of the DestinationFitV class.
The StructElement used to obtain the target page.
number
The left coordinate of the document window.
DestinationFitV
Destination.constructor
get id(): number;
Gets the reference to the object.
number
get left(): number;
Gets the left coordinate of the document window, if null then unchanged.
number
get om(): ObjectManager;
Gets the owner ObjectManager instance.
get page(): PdfPage;
Gets this destination's target PdfPage object. Returns null if the target page was specified by index.
get pageIndex(): number;
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).
number
free(): void;
Detaches the object from the ObjectManager and deallocates its memory, if possible.
void
rebind(omTo): void;
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
void