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

Syntax

C#
public Image SignatureGraphic { get; set; }
Visual Basic
Public Property SignatureGraphic As Image
	Get
	Set
Visual C++
public:
property Image^ SignatureGraphic {
	Image^ get ();
	void set (Image^ value);
}

See Also