| PdfTextObjectTextUnicode Property |
Gets or sets unicode string from text object
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public string TextUnicode { get; set; }
Public Property TextUnicode As String
Get
Set
public:
property String^ TextUnicode {
String^ get ();
void set (String^ value);
}
member TextUnicode : string with get, set
/** @property */
public String get_TextUnicode()
/** @property */
public void set_TextUnicode(String value)
function get_TextUnicode();
function set_TextUnicode(value);
Property Value
StringSee Also