public string[] GraphicProjectEx( string strFullLinkFileName, string strImagePath, string strSchemeName, bool bBlackAndWhite )
public: array<String^>^ GraphicProjectEx( String^ strFullLinkFileName, String^ strImagePath, String^ strSchemeName, bool bBlackAndWhite )
Parameters
- strFullLinkFileName
- Full link file name of the project to be exported.
- strImagePath
- Directory to which the image files will be written. If the folder does not exist, it will be created. If the user does not have the necessary rights to access the file system, an exception will be thrown. A sub\-folder named after the project will be created in which the images will be stored.
- strSchemeName
- Name of the configuration scheme to use during the export.
- bBlackAndWhite
- If set to true b/w images will be created. This does not influence the image format or the image size.
Return Value
An array of strings containing names of the created files.