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