public string GraphicPageEx( Page oPage, string strImageDir, string strSchemeName, bool bBlackAndWhite )
public: String^ GraphicPageEx( Page^ oPage, String^ strImageDir, String^ strSchemeName, bool bBlackAndWhite )
Parameters
- oPage
- Page to be exported.
- strImageDir
- Directory to which the image files will be written. If NULL or empty, a directory specified in the schema will be used. 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.
- 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
Name of the created file.