SignPdfOptions class

Options for signing a PDF

Constructors

SignPdfOptions.new({required List<SignPdfElement> elements, required List<SignPageData> pages, bool performOcr = false, String ocrLanguage = 'eng'})
Constructor

Properties

elements List<SignPdfElement>
Elements to add to the PDF
final
hashCode int
The hash code for this object.
no setterinherited
ocrLanguage String
OCR language
final
pages List<SignPageData>
Page data for scaling
final
performOcr bool
Whether to perform OCR on the signed PDF
final
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