PdfLayer class

The PdfLayer used to create layers in PDF document.

Properties

hashCode → int
The hash code for this object.
no setterinherited
layers → PdfLayerCollection
Gets the collection of child PdfLayer
no setter
name ↔ String?
Gets the name of the layer
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
visible ↔ bool
Gets the visibility of the page layer.
getter/setter pair

Methods

createGraphics(PdfPage page) → PdfGraphics
Initializes Graphics context of the layer.
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