Package com.itextpdf.kernel.pdf
Class StampingProperties
java.lang.Object
com.itextpdf.kernel.pdf.DocumentProperties
com.itextpdf.kernel.pdf.StampingProperties
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected boolean
Fields inherited from class com.itextpdf.kernel.pdf.DocumentProperties
metaInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDefines if the encryption of the original document (if it was encrypted) will be preserved.Defines if the document will be edited in append mode.Methods inherited from class com.itextpdf.kernel.pdf.DocumentProperties
isEventCountingMetaInfoSet, setEventCountingMetaInfo
-
Field Details
-
appendMode
protected boolean appendMode -
preserveEncryption
protected boolean preserveEncryption
-
-
Constructor Details
-
StampingProperties
public StampingProperties() -
StampingProperties
-
-
Method Details
-
useAppendMode
Defines if the document will be edited in append mode.- Returns:
-
this
StampingProperties
instance
-
preserveEncryption
Defines if the encryption of the original document (if it was encrypted) will be preserved. By default, the resultant document doesn't preserve the original encryption.- Returns:
-
this
StampingProperties
instance
-