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