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
retFilesStringArrayA precreated reference to a StringArray where the filenames of the created files will be added.
FolderNamestringIs an existing folder where the necessary files will be copied.
FileExtensionstringThe 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.
versionstringAn empty string for the default version or specify the required version depending the file extension.
OverwriteExistingboolIf 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
retFilesStringArrayA precreated reference to a StringArray where the filenames of the created files will be added.
FolderNamestringIs an existing folder where the necessary files will be copied.
FileExtensionstringThe 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.
versionstringAn empty string for the default version or specify the required version depending the file extension.
imageformatRasterImageTypeSpecifies the exported image definition format and color data for each pixel in the image.
OverwriteExistingboolIf true then existing files will be ovewriten.