| PdfTextObjectTextAnsi Property |
Gets/sets ANSI string from/to text object
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public string TextAnsi { get; set; }
Public Property TextAnsi As String
Get
Set
public:
property String^ TextAnsi {
String^ get ();
void set (String^ value);
}
member TextAnsi : string with get, set
/** @property */
public String get_TextAnsi()
/** @property */
public void set_TextAnsi(String value)
function get_TextAnsi();
function set_TextAnsi(value);
Property Value
StringSee Also