Table of Contents

Class PdfSignature

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll

Implements the signature dictionary. @author Paulo Soares (psoares@consiste.pt)

public class PdfSignature : PdfDictionary
Inheritance
PdfSignature
Derived
Inherited Members

Constructors

PdfSignature(PdfName, PdfName)

Creates new PdfSignature

public PdfSignature(PdfName filter, PdfName subFilter)

Parameters

filter PdfName
subFilter PdfName

Properties

ByteRange

public int[] ByteRange { set; }

Property Value

int[]

Cert

public byte[] Cert { set; }

Property Value

byte[]

Contact

public string Contact { set; }

Property Value

string

Contents

public byte[] Contents { set; }

Property Value

byte[]

Date

public PdfDate Date { set; }

Property Value

PdfDate

Location

public string Location { set; }

Property Value

string

Name

public string Name { set; }

Property Value

string

Reason

public string Reason { set; }

Property Value

string