'Declaration Public ReadOnly Property Bytes As Byte()
'Usage Dim instance As ImGearPDFWord Dim value() As Byte value = instance.Bytes
public byte[] Bytes {get;}
public: __property byte[]* get_Bytes();
public: property array<byte>^ Bytes { array<byte>^ get(); }