 | PdfTextObjectTextAscii Property |
Note: This API is now obsolete.
Gets/sets ANSI string from/to text object
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax[ObsoleteAttribute("This property is obsolete. Please use TextAnsi instead",
false)]
public string TextAscii { get; set; }<ObsoleteAttribute("This property is obsolete. Please use TextAnsi instead",
false)>
Public Property TextAscii As String
Get
Setpublic:
[ObsoleteAttribute(L"This property is obsolete. Please use TextAnsi instead",
false)]
property String^ TextAscii {
String^ get ();
void set (String^ value);
}[<ObsoleteAttribute("This property is obsolete. Please use TextAnsi instead",
false)>]
member TextAscii : string with get, set/** @property */
/** @attribute ObsoleteAttribute("This property is obsolete. Please use TextAnsi instead",
false) */
public String get_TextAscii()
/** @property */
/** @attribute ObsoleteAttribute("This property is obsolete. Please use TextAnsi instead",
false) */
public void set_TextAscii(String value)
function get_TextAscii();
function set_TextAscii(value);
Property Value
String
See Also