Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
protected bool AddedCompletely { get; set; } |
Visual Basic |
---|
Protected Property AddedCompletely As Boolean
Get
Set |
Visual C++ |
---|
protected:
property bool AddedCompletely {
bool get ();
void set (bool value);
} |
See Also