SetOutputImageFileName

CustomImageSavingArgs.SetOutputImageFileName method

Overrides the default file name for this image. The image will be saved under the specified name instead of the library-generated ImageFileName.

public void SetOutputImageFileName(string fileName)
Parameter Type Description
fileName String The new file name (without path) to use for the image.

See Also