PdfDestinationPageNumberField class

Represents class which displays destination page's number.

Inheritance

Constructors

PdfDestinationPageNumberField({PdfPage? page, PdfFont? font, PdfBrush? brush, Rect? bounds})
Initializes a new instance of the PdfDestinationPageNumberField class may include with PdfFont, PdfBrush and Rect.

Properties

bounds ↔ Rect
Gets or sets the bounds of the field.
getter/setter pairinherited
brush ↔ PdfBrush
Gets or sets the brush of the field.
getter/setter pairinherited
font ↔ PdfFont
Gets or sets the font of the field.
getter/setter pairinherited
hashCode → int
The hash code for this object.
no setterinherited
numberStyle ↔ PdfNumberStyle
Gets or sets the specific number style.
getter/setter pairinherited
page ↔ PdfPage?
Gets or sets the page.
getter/setter pair
pen ↔ PdfPen?
Gets or sets the pen of the field.
getter/setter pairinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
stringFormat ↔ PdfStringFormat?
Gets or sets the stringFormat of the field.
getter/setter pairinherited

Methods

draw(PdfGraphics graphics, [Offset? location]) → void
Draws an element on the Graphics. Graphics context where the element should be printed. location has contains X co-ordinate of the element, Y co-ordinate of the element.
inherited
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