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




In This Topic
    CharOffset Property
    In This Topic
    Gets a word's character offset from the beginning of its page.
    Syntax
    'Declaration
     
    Public ReadOnly Property CharOffset As Integer
    'Usage
     
    Dim instance As ImGearPDFWord
    Dim value As Integer
     
    value = instance.CharOffset
    public int CharOffset {get;}
    public: __property int get_CharOffset();
    public:
    property int CharOffset {
       int get();
    }

    Property Value

    Integer value.
    See Also