Html |
The HtmlImageSavingArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentShape | Gets the ShapeBase instance corresponding to the shape or group shape that is about to be saved. | |
| Document | Gets the document that is currently being saved. | |
| ImageFileName | Gets or sets the file name (without path) where the image will be saved to. | |
| ImageFormat | Gets and sets a format of the image stored inside ImageStream property. Default value: Unknown. | |
| ImageStream | Allows to specify the stream where the image will be saved to. | |
| KeepImageStreamOpen | Specifies whether keep the stream open or close it after saving an image. |