Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public bool Autoindent { get; set; } |
Visual Basic |
---|
Public Property Autoindent As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool Autoindent {
bool get ();
void set (bool value);
} |
See Also