Click or drag to resize

HtmlImageSavingArgs Class

Provides data for the ImageSaving(HtmlImageSavingArgs) event.
Inheritance Hierarchy
SystemObject
  SautinSoft.DocumentHtmlImageSavingArgs

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public class HtmlImageSavingArgs

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