HiraokaHyperTools.iTextSharp-LGPL  0.2.5
iTextSharp.text.pdf.PdfSignature Class Reference
Inheritance diagram for iTextSharp.text.pdf.PdfSignature:
iTextSharp.text.pdf.PdfDictionary iTextSharp.text.pdf.PdfObject iTextSharp.text.pdf.PdfSigGenericPKCS iTextSharp.text.pdf.PdfSigGenericPKCS.PPKLite iTextSharp.text.pdf.PdfSigGenericPKCS.PPKMS iTextSharp.text.pdf.PdfSigGenericPKCS.VeriSign

Public Member Functions

 PdfSignature (PdfName filter, PdfName subFilter)
 
- Public Member Functions inherited from iTextSharp.text.pdf.PdfDictionary
 PdfDictionary ()
 
 PdfDictionary (PdfName type)
 
override void ToPdf (PdfWriter writer, Stream os)
 
void Put (PdfName key, PdfObject value)
 
void PutEx (PdfName key, PdfObject value)
 
void Remove (PdfName key)
 
PdfObject Get (PdfName key)
 
bool IsFont ()
 
bool IsPage ()
 
bool IsPages ()
 
bool IsCatalog ()
 
bool IsOutlineTree ()
 
void Merge (PdfDictionary other)
 
void MergeDifferent (PdfDictionary other)
 
bool Contains (PdfName key)
 
virtual IDictionaryEnumerator GetEnumerator ()
 
override String ToString ()
 
PdfObject GetDirectObject (PdfName key)
 
PdfDictionary GetAsDict (PdfName key)
 
PdfArray GetAsArray (PdfName key)
 
PdfStream GetAsStream (PdfName key)
 
PdfString GetAsString (PdfName key)
 
PdfNumber GetAsNumber (PdfName key)
 
PdfName GetAsName (PdfName key)
 
PdfBoolean GetAsBoolean (PdfName key)
 
PdfIndirectReference GetAsIndirectObject (PdfName key)
 
- Public Member Functions inherited from iTextSharp.text.pdf.PdfObject
virtual byte[] GetBytes ()
 
bool CanBeInObjStm ()
 
override string ToString ()
 
bool IsNull ()
 
bool IsBoolean ()
 
bool IsNumber ()
 
bool IsString ()
 
bool IsName ()
 
bool IsArray ()
 
bool IsDictionary ()
 
bool IsStream ()
 
bool IsIndirect ()
 

Properties

int[] ByteRange [set]
 
byte[] Contents [set]
 
byte[] Cert [set]
 
string Name [set]
 
PdfDate Date [set]
 
string Location [set]
 
string Reason [set]
 
string Contact [set]
 
- Properties inherited from iTextSharp.text.pdf.PdfDictionary
ICollection Keys [get]
 
int Size [get]
 
- Properties inherited from iTextSharp.text.pdf.PdfObject
int Length [get]
 
string Content [set]
 
int Type [get]
 
PRIndirectReference IndRef [get, set]
 

Additional Inherited Members

- Static Public Attributes inherited from iTextSharp.text.pdf.PdfDictionary
static PdfName FONT = PdfName.FONT
 
static PdfName OUTLINES = PdfName.OUTLINES
 
static PdfName PAGE = PdfName.PAGE
 
static PdfName PAGES = PdfName.PAGES
 
static PdfName CATALOG = PdfName.CATALOG
 
- Static Public Attributes inherited from iTextSharp.text.pdf.PdfObject
const int BOOLEAN = 1
 
const int NUMBER = 2
 
const int STRING = 3
 
const int NAME = 4
 
const int ARRAY = 5
 
const int DICTIONARY = 6
 
const int STREAM = 7
 
const int NULL = 8
 
const int INDIRECT = 10
 
const string NOTHING = ""
 
const string TEXT_PDFDOCENCODING = "PDF"
 
const string TEXT_UNICODE = "UnicodeBig"
 
- Protected Member Functions inherited from iTextSharp.text.pdf.PdfObject
 PdfObject (int type)
 
 PdfObject (int type, string content)
 
 PdfObject (int type, byte[] bytes)
 
- Protected Attributes inherited from iTextSharp.text.pdf.PdfObject
byte[] bytes
 
int type
 
PRIndirectReference indRef
 

Detailed Description

Implements the signature dictionary.

Author
Paulo Soares (psoar.nosp@m.es@c.nosp@m.onsis.nosp@m.te.p.nosp@m.t)

Constructor & Destructor Documentation

◆ PdfSignature()

iTextSharp.text.pdf.PdfSignature.PdfSignature ( PdfName  filter,
PdfName  subFilter 
)

Creates new PdfSignature

Property Documentation

◆ ByteRange

int [] iTextSharp.text.pdf.PdfSignature.ByteRange
set

◆ Cert

byte [] iTextSharp.text.pdf.PdfSignature.Cert
set

◆ Contact

string iTextSharp.text.pdf.PdfSignature.Contact
set

◆ Contents

byte [] iTextSharp.text.pdf.PdfSignature.Contents
set

◆ Date

PdfDate iTextSharp.text.pdf.PdfSignature.Date
set

◆ Location

string iTextSharp.text.pdf.PdfSignature.Location
set

◆ Name

string iTextSharp.text.pdf.PdfSignature.Name
set

◆ Reason

string iTextSharp.text.pdf.PdfSignature.Reason
set

The documentation for this class was generated from the following file: