PdfDestination Class |
Namespace: Spire.Pdf.General
The PdfDestination type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
PdfDestination(PdfPageBase) |
Initializes a new instance of the class.
|
|
|
PdfDestination(PdfPageBase, PointF) |
Initializes a new instance of theclass.
|
|
|
PdfDestination(PdfPageBase, RectangleF) |
Initializes a new instance of theclass.
|
|
|
PdfDestination(Int32, PointF, Single) |
Obsolete.
Initializes a new instance of PdfDestination.
|
| Name | Description | |
|---|---|---|
|
|
IsValid |
Gets a value indicating whether this instance is valid.
|
|
|
Location |
Gets or sets a location of the destination.
|
|
|
Mode |
Gets or sets mode of the destination.
|
|
|
Page |
Gets or sets a page where the destination is situated.
|
|
|
PageNumber |
The zero based page number.
|
|
|
Rectangle |
Gets or sets a rectangle of the destination.
|
|
|
Zoom |
Gets or sets zoom factor.
|
| 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
.)
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|