| PdfDestination Class |
Represents the explicit and named destination.
Inheritance Hierarchy Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public class PdfDestination
Public Class PdfDestination
public ref class PdfDestination
type PdfDestination = class end
public class PdfDestination
Patagames.Pdf.Net.PdfDestination = function();
Type.createClass(
'Patagames.Pdf.Net.PdfDestination');
The PdfDestination type exposes the following members.
Constructors Properties | Name | Description |
---|
| Array |
Gets the destionation's array
|
| Bottom |
Gets or sets Bottom parameter of destination.
|
| DestinationType |
Gets or sets type of destination.
|
| Handle |
Gets the Pdfium SDK handle that the destination is bound to
|
| Left |
Gets or sets Left parameter of destination.
|
| Name |
Gets the name of the named destination. This value is null for explicit destination
|
| PageIndex |
Gets or sets the page index(zero based for current document) in current or remote document which indicates the named destination
|
| Right |
Gets or sets Right parameter of destination.
|
| Top |
Gets or sets Top parameter of destination.
|
| Zoom |
Gets or sets Zoom parameter of destination.
|
TopMethods | Name | Description |
---|
| CreateFit |
Create new destination that display the page designated by pageIndex,
with its contents magnified just enough to fit the entire page within the window both horizontally and vertically.
|
| CreateFitB |
Create new destination that display the page designated by pageIndex, with its contents magnified
just enough to fit its bounding box entirely within the window both horizontally and vertically.
|
| CreateFitBH |
Create new destination that display the page designated by pageIndex, with the vertical coordinate
top positioned at the top edge of the window and the contents of the page
magnified just enough to fit the entire width of its bounding box within the window.
|
| CreateFitBV |
Create new destination that display the page designated by pageIndex,
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 its bounding box within the window.
|
| CreateFitH |
Create new destination that display the page designated by pageIndex,
with the vertical coordinate top positioned at the top edge of the window
and the contents of the page magnified just enough to fit the entire width of the page within the window.
|
| CreateFitR |
Create new destination that display the page designated by pageIndex,
with its contents magnified just enough to fit the rectangle specified by the coordinates
left, bottom, right, and top
entirely within the window both horizontally and vertically.
|
| CreateFitV |
Create new destination that display the page designated by pageIndex,
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.
|
| CreateXYZ |
Create new destination that display the page designated by pageIndex,
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 |
TopSee Also