Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public PdfPKCS7 Signer { get; }
Visual Basic
Public ReadOnly Property Signer As PdfPKCS7
	Get
Visual C++
public:
property PdfPKCS7^ Signer {
	PdfPKCS7^ get ();
}

See Also