public class StampingProperties extends DocumentProperties
PdfDocument processing
in stamping mode. Needs to be passed at document initialization.
See PageFlushingHelper documentation to find more information about modes of document processing.
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
appendMode |
protected boolean |
disableMac |
protected boolean |
preserveEncryption |
metaInfo| Constructor and Description |
|---|
StampingProperties()
Default constructor, use provided setters for configuration options.
|
StampingProperties(StampingProperties other)
Creates a copy of class instance.
|
| Modifier and Type | Method and Description |
|---|---|
StampingProperties |
disableMac()
Disables MAC token in the output PDF-2.0 document.
|
StampingProperties |
preserveEncryption()
Defines if the encryption of the original document (if it was encrypted) will be preserved.
|
StampingProperties |
useAppendMode()
Defines if the document will be edited in append mode.
|
isEventCountingMetaInfoSet, registerDependency, setEventCountingMetaInfoprotected boolean appendMode
protected boolean preserveEncryption
protected boolean disableMac
public StampingProperties()
public StampingProperties(StampingProperties other)
other - the base for new class instancepublic StampingProperties useAppendMode()
StampingProperties instancepublic StampingProperties preserveEncryption()
StampingProperties instancepublic StampingProperties disableMac()
StampingProperties instanceCopyright © 1998–2025 Apryse Group NV. All rights reserved.