CPDFGlobalConfig class

Constructors

CPDFGlobalConfig.new({CPDFThemeMode themeMode = CPDFThemeMode.system, bool fileSaveExtraFontSubset = true, CPDFWatermarkConfig watermark = const CPDFWatermarkConfig(), bool enableExitSaveTips = true, CPDFFillSignatureType signatureType = CPDFFillSignatureType.manual, CPDFThumbnailConfig thumbnail = const CPDFThumbnailConfig(), bool enableErrorTips = true})
const

Properties

enableErrorTips bool
final
enableExitSaveTips bool
final
fileSaveExtraFontSubset bool
In version V2.1.0, you can set whether to save a subset of fonts when the document is saved. The default value is true. Saving font subsets may increase file size.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureType CPDFFillSignatureType
final
themeMode CPDFThemeMode
Only supports Android platform in version 2.0.2
final
thumbnail CPDFThumbnailConfig
final
watermark CPDFWatermarkConfig
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited