Table of Contents

Method ExportDistributionFiles

Namespace
VectorDraw.Professional.vdObjects
Assembly
VectorDraw.Professional.dll

ExportDistributionFiles(ref StringArray, string, string, string, bool)

Saves and returns all the necessary file dependecies of the drawing.(Images,FontFiles,External reference drawings).

public void ExportDistributionFiles(ref StringArray retFiles, string FolderName, string FileExtension, string version, bool OverwriteExisting)

Parameters

retFiles StringArray

A precreated reference to a StringArray where the filenames of the created files will be added.

FolderName string

Is an existing folder where the necessary files will be copied.

FileExtension string

The extension of the necessary drawing files that will be saved at the above folder.Images and Fond files will be saved with the extension that they already have.

version string

An empty string for the default version or specify the required version depending the file extension.

OverwriteExisting bool

If true then existing files will be ovewriten.

ExportDistributionFiles(ref StringArray, string, string, string, RasterImageType, bool)

Saves and returns all the necessary file dependecies of the drawing.(Images,FontFiles,External reference drawings).

public void ExportDistributionFiles(ref StringArray retFiles, string FolderName, string FileExtension, string version, RasterImageType imageformat, bool OverwriteExisting)

Parameters

retFiles StringArray

A precreated reference to a StringArray where the filenames of the created files will be added.

FolderName string

Is an existing folder where the necessary files will be copied.

FileExtension string

The extension of the necessary drawing files that will be saved at the above folder.Images and Fond files will be saved with the extension that they already have.

version string

An empty string for the default version or specify the required version depending the file extension.

imageformat RasterImageType

Specifies the exported image definition format and color data for each pixel in the image.

OverwriteExisting bool

If true then existing files will be ovewriten.