CustomImageSavingArgs

CustomImageSavingArgs class

User arguments for saving item.

public class CustomImageSavingArgs

Properties

Name Description
ImageFileName { get; } Gets the file name (without path) where the image will be saved to.
ImageFileNameOutput { get; } Gets the override file name (without path) where the image will be saved to.
OutputDirectory { get; } Get the Output Directory
OutputStream { get; } Gets the Output Stream
ShapeType { get; } Gets the shape type.

Methods

Name Description
SetOutputImageFileName(string) Set the file name (without path) where the image will be saved to.
SetOutputStream(Stream) Set the Output Stream

See Also