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