ImageSavingArgs Properties

The ImageSavingArgs type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleCurrentShape
Gets the ShapeBase object corresponding to the shape or group shape that is about to be saved.
Public propertyCode exampleDocument
Gets the document object that is currently being saved.
Public propertyCode exampleImageFileName
Gets or sets the file name (without path) where the image will be saved to.
Public propertyCode exampleImageStream
Allows to specify the stream where the image will be saved to.
Public propertyCode exampleIsImageAvailable
Returns true if the current image is available for export.
Public propertyCode exampleKeepImageStreamOpen
Specifies whether Aspose.Words should keep the stream open or close it after saving an image.
See Also