PdfStampCollection class

A collection of stamps that are applied to the page templates.

Inheritance

Constructors

PdfStampCollection()
Initializes a new instance of the PdfStampCollection class.

Properties

count int
Gets number of the elements in the collection.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(PdfPageTemplateElement template) int
Adds a stamp element to the collection. PdfPageTemplateElement used here to create stamp element.
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