ImageGear .NET v25.0 - Updated
Length Property (ImGearPDFWord)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFWord Class : Length Property
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

Reference

ImGearPDFWord Class
ImGearPDFWord Members