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

Syntax

C#
protected internal byte[] Cms { get; set; }
Visual Basic
Protected Friend Property Cms As Byte()
	Get
	Set
Visual C++
protected public:
property array<unsigned char>^ Cms {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

See Also