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




In This Topic
    Length Property (ImGearPDFWord)
    In This Topic
    Gets the number of bytes in a word.
    Syntax
    'Declaration
     
    Public ReadOnly Property Length As Integer
    'Usage
     
    Dim instance As ImGearPDFWord
    Dim value As Integer
     
    value = instance.Length
    public int Length {get;}
    public: __property int get_Length();
    public:
    property int Length {
       int get();
    }

    Property Value

    Integer value.
    Remarks
    This property also works on non-Roman systems.
    See Also