PdfAppearance class
Represents the appearance of an annotation.
Constructors
- PdfAppearance(PdfAnnotation annotation)
- Initializes a instance of the PdfAppearance class.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- normal ↔ PdfTemplate
-
Gets PdfTmplate object which applied to annotation in normal state.
getter/setter pair
- pressed ↔ PdfTemplate
-
Gets or sets PdfTemplate object which applied to an annotation when mouse button is pressed.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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