ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFWord Class / String Property




In This Topic
    String Property (ImGearPDFWord)
    In This Topic
    Gets a word's text and also converts ligatures to their constituent characters.
    Syntax
    'Declaration
     
    Public ReadOnly Property String As String
    'Usage
     
    Dim instance As ImGearPDFWord
    Dim value As String
     
    value = instance.String
    public string String {get;}
    public: __property string* get_String();
    public:
    property String^ String {
       String^ get();
    }

    Property Value

    String value.
    Remarks
    The string to return includes any word break characters (such as space characters) that follow the word, but not any that precede the word. The characters that are treated as word breaks are defined in the EncInfo parameter of ImGearPDFWordFinder constructor.

    The result is provided in whatever encoding the PDF Word uses, for both Roman and non-Roman systems.

    See Also