Method SaveToDataBuffer
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
SaveToDataBuffer(string)
Exports the document to a byte array using the file format defined by the passed fileTypeExtension.
public byte[] SaveToDataBuffer(string fileTypeExtension)
Parameters
fileTypeExtensionstringIt can be one of the follwoing strings ".vdml",".vdcl",".vds",".vdf",".dxf",".dwg",".dgn",".pdf"
Returns
- byte[]
An array of bytes if success else null