Click or drag to resize

ObjGetAsPDFText Method

Convert the SDF/Cos String object to 'PDF Text String'(a Unicode string). PDF Text Strings are not used to represent page content, however they are used in text annotations, bookmark names, article names, document information etc. These strings are encoded in either PDFDocEncoding or Unicode Character encoding. For more information on PDF Text Strings, please refer to section 3.8.1 'Text Strings' in PDF Reference.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public string GetAsPDFText()

Return Value

Type: String
The SDF/Cos String object as PDF Text String.
Remarks
Not all SDF/Cos String objects are used to represent 'PDF Text'. PDF Reference indicates(on a case by case basis ) where an SDF/Cos String object can be used as 'PDF Text'.
See Also