PdfDestination class
Represents an anchor in the document where bookmarks or annotations can direct when clicked.
Constructors
- PdfDestination(PdfPage page, [Offset? location])
- Initializes a new instance of the PdfDestination class with specified page and location.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- location ↔ Offset
-
Gets a location of the destination.
getter/setter pair
- mode ↔ PdfDestinationMode
-
Gets mode of the destination.
getter/setter pair
- page ↔ PdfPage
-
Gets a page where the destination is situated.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- zoom ↔ double
-
Gets zoom factor.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited