public class PdfSignatureAppDictionary extends PdfObjectWrapper<PdfDictionary>
Constructor and Description |
---|
PdfSignatureAppDictionary()
Creates a new PdfSignatureAppDictionary
|
PdfSignatureAppDictionary(PdfDictionary pdfObject)
Creates a new PdfSignatureAppDictionary.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
isWrappedObjectMustBeIndirect()
Defines if the object behind this wrapper must be an indirect object in the resultant document.
|
void |
setSignatureCreator(String name)
Sets the signature created property in the Prop_Build dictionary's App dictionary.
|
ensureObjectIsAddedToDocument, ensureUnderlyingObjectHasIndirectReference, flush, getPdfObject, isFlushed, makeIndirect, makeIndirect, markObjectAsIndirect, setForbidRelease, setModified, setPdfObject, unsetForbidRelease
public PdfSignatureAppDictionary()
public PdfSignatureAppDictionary(PdfDictionary pdfObject)
pdfObject
- PdfDictionary containing initial values
public void setSignatureCreator(String name)
name
- String name of the application creating the signature
protected boolean isWrappedObjectMustBeIndirect()
PdfObjectWrapper
isWrappedObjectMustBeIndirect
in class PdfObjectWrapper<PdfDictionary>
Copyright © 1998–2018 iText Group NV. All rights reserved.