IdxRichEditDocument.GetDocBytes Method
Returns the document’s content as a series of bytes in the DOC binary format.
Declaration
function GetDocBytes: TBytes; overload;
Returns
| Type |
|---|
| TBytes |
Remarks
The GetDocBytes function is a getter of the DocBytes property.
See Also