PDFViewCtrlSelectionGetAsUnicode Method |
Gets the current text selection represented as an Unicode string.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetAsUnicode()
Public Function GetAsUnicode As String
public:
virtual String^ GetAsUnicode() sealed
Return Value
Type:
Stringthe current text selection represented as an Unicode string.
See Also