Table of Contents

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

fileTypeExtension string

It 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