| SignDocDocumentsetCompressionLevel Method |
Set the FlateDecode compression level.
Calling this function has an effect for PDF documents only.
You might want to use a low compression level on slow
machines such as mobile devices. That will speed up operations
such as embedding fonts, adding attachments, and adding images.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic void setCompressionLevel(
int level
)
Parameters
- level
- Type: SystemInt32
The new compression level for encoding data
with the FlateDecode filter. Allowed values
are 0 (fastest, do not use FlateDecode), and
0 (fast, least compression) through
9 (slowest, best compression). The default
value is 6.
See Also