PdfDestination Class |
Namespace: Atalasoft.PdfDoc
The PdfDestination type exposes the following members.
Name | Description | |
---|---|---|
PdfDestination |
Constructs a new, empty PdfDestination object. PdfDestination has a number
of convenience factory methods for making the most common types of
PdfDestination objects. After calling one of these methods, it will still
be necessary to set the Page property to have a valid destination.
| |
PdfDestination(SerializationInfo, StreamingContext) |
Constructs a new, empty PdfDestination object. PdfDestination has a number
of convenience factory methods for making the most common types of
PdfDestination objects. After calling one of these methods, it will still
be necessary to set the Page property to have a valid destination.
|
Name | Description | |
---|---|---|
Bottom |
Sets or gets the bottom extent of the view in PDF page coordinates
| |
Left |
Sets or gets the left extent of the view in PDF page coordinates
| |
Page |
Sets or gets a reference to the PdfPage to use as a target destination.
| |
PageFitMode |
Sets or gets the PdfPageFitMode for the destination.
| |
Right |
Sets or gets the right extent of the view in PDF page coordinates
| |
Top |
Sets or gets the top extent of the view in PDF page coordinates
| |
Zoom |
Sets or gets the zoom to be used for the view
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FitBounds |
A factory method for making a PdfDestination with FitBounds as its
PageFitMode.
| |
FitBoundsAction |
A factory method for making a PdfGoToViewAction with a PdfDestination with FitBounds as its
PageFitMode
| |
FitBoundsWidth |
A factory method for making a PdfDestination with FitBoundsWidth as its
PageFitMode.
| |
FitBoundsWidthAction |
A factory method for making a PdfGoToViewAction with a PdfDestination with FitBoundsWidth as its
PageFitMode.
| |
FitHeight |
A factory method for making a PdfDestination with FitHeight as its
PageFitMode.
| |
FitHeightAction |
A factory method for making a PdfGoToViewAction with a PdfDestination with FitHeight as its
PageFitMode
| |
FitPage |
A factory method for making a PdfDestination with FitPage as its PageFitMode.
| |
FitPageAction |
A factory method for making a PdfGoToViewAction with a PdfDestination with FitPage as its PageFitMode
| |
FitRectangle |
A factory method for making a PdfDestination with FitRectangle as its
PageFitMode.
| |
FitRectangleAction |
A factory method for making a PdfGoToViewAction with a PdfDestination with FitRectangle as its
PageFitMode
| |
FitWidth |
A factory method for making a PdfDestination with FitWidth as its
PageFitMode.
| |
FitWidthAction |
A factory method for making a PdfGoToViewAction with a PdfDestination with FitWidth as its
PageFitMode
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetObjectData |
Populates a SerializationInfo with the data needed to serialize the target object.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PointZoom |
A factory method for making a PdfDestination with PointZoom as its
PageFitMode
| |
PointZoomAction |
A factory method for making a PdfGoToViewAction with a PdfDestination with PointZoom as its PageFitMode.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |