ViewDestination Class Documentation
classViewDestination : SystemIDisposableNamespace:Datalogics::PDFL
- Inherits from:
SystemIDisposable
Detailed Description
Represents a particular view of a page in a document.
A destination describes a place in the PDF document where the user will be taken in response to clicking a hyperlink. The destination defines where a bookmark or hyperlink points to.
The ViewDestination contains a reference to a page, a place (rectangle) on that page, and information specifying how to adjust the view to fit the window's size and shape.
Referenced by
Uses types
Constructor & Destructor Documentation
ViewDestination
ViewDestination(ViewDestinationrhs, InternalConstructsignifier)Parameters
rhs: ViewDestinationsignifier: InternalConstruct
ViewDestination
Parameters
General purpose constructor: construct with all elements
~ViewDestination
~ViewDestination()Property Documentation
DestRect
RectDestRect[get, set]FitType
stringFitType[get, set]PDFArray
PDFArrayPDFArray[get]PageNumber
intPageNumber[get, set]Zoom
doubleZoom[get, set]Member Function Documentation
ConstructorRetrieve
static ViewDestinationConstructorRetrieve(System.IntPtrignored)Parameters
ignored: System.IntPtr
Returns:
ViewDestinationDispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
voidEquals
override boolEquals(objectobj)Parameters
obj: object
Returns:
override boolSameTypeEquals
boolSameTypeEquals(ViewDestinationarg0)Parameters
arg0: ViewDestination
Returns:
boolToString
override stringToString()Returns:
override string