| 
DocumentProperty
ToByteArray Method
  | 
 Convert the object as byte array.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public byte[] ToByteArray()
 
Public Function ToByteArray As Byte()
 
public:
array<unsigned char>^ ToByteArray()
 
member ToByteArray : unit -> byte[] 
 
 
 
Return Value
 
 Type:
 
Byte
 
 
 See Also
See Also