'Declaration
Public ReadOnly Property Bytes As Byte()
'Usage
Dim instance As ImGearPDFWord
Dim value() As Byte
value = instance.Bytes
Property Value
Byte array.
Remarks
The byte array 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.