CPDFGlobalConfig class
Constructors
- CPDFGlobalConfig({CPDFThemeMode themeMode = CPDFThemeMode.system, bool fileSaveExtraFontSubset = true})
-
const
Properties
- 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
- themeMode → CPDFThemeMode
-
Only supports Android platform in version 2.0.2
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