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

Collapse imageSyntax

C#
public virtual bool DefaultEmbedding { get; set; }
Visual Basic
Public Overridable Property DefaultEmbedding As Boolean
	Get
	Set
Visual C++
public:
virtual property bool DefaultEmbedding {
	bool get ();
	void set (bool value);
}

Collapse imageSee Also