Click or drag to resize

HtmlImageSavingArgs Properties

The HtmlImageSavingArgs type exposes the following members.

Properties
 NameDescription
Public propertyCurrentShape Gets the ShapeBase instance corresponding to the shape or group shape that is about to be saved.
Public propertyDocument Gets the document that is currently being saved.
Public propertyImageFileName Gets or sets the file name (without path) where the image will be saved to.
Public propertyImageFormat Gets and sets a format of the image stored inside ImageStream property. Default value: Unknown.
Public propertyImageStream Allows to specify the stream where the image will be saved to.
Public propertyKeepImageStreamOpen Specifies whether keep the stream open or close it after saving an image.
Top
See Also