Table of Contents

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 PdfDictionary

PdfDictionary containing preset values

Methods

IsWrappedObjectMustBeIndirect()

protected override bool IsWrappedObjectMustBeIndirect()

Returns

bool

SetSignatureCreator(string)

Sets the signatureCreator property in the underlying PdfSignatureApp dictionary.

public virtual void SetSignatureCreator(string name)

Parameters

name string

the signature creator's name to be set