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