Class PdfSignatureBuildProperties
- Namespace
- iText.Signatures
- Assembly
- itext.sign.dll
Dictionary that stores signature build properties.
public class PdfSignatureBuildProperties : PdfObjectWrapper<PdfDictionary>
- Inheritance
-
PdfSignatureBuildProperties
- Inherited Members
Constructors
PdfSignatureBuildProperties()
Creates new PdfSignatureBuildProperties.
public PdfSignatureBuildProperties()
PdfSignatureBuildProperties(PdfDictionary)
Creates new PdfSignatureBuildProperties with preset values.
public PdfSignatureBuildProperties(PdfDictionary dict)
Parameters
dict
PdfDictionaryPdfDictionary containing preset values
Methods
IsWrappedObjectMustBeIndirect()
protected override bool IsWrappedObjectMustBeIndirect()
Returns
SetSignatureCreator(string)
Sets the signatureCreator property in the underlying PdfSignatureApp dictionary.
public virtual void SetSignatureCreator(string name)
Parameters
name
stringthe signature creator's name to be set