ImageSavingArgs

ImageSavingArgs

Overview

ImageSavingArgs is a class in Aspose.Words FOSS for .NET.

Provides data for the ImageSaving event.

Properties: CurrentShape, Document, ImageFileName, ImageStream, IsImageAvailable, KeepImageStreamOpen.

Properties

NameTypeAccessDescription
DocumentDocumentReadGets the document object that is currently being saved.
CurrentShapeShapeBaseReadGets the ShapeBase object corresponding to the shape or group shape that is about to be saved.
IsImageAvailableboolReadReturns true if the current image is available for export.
ImageFileNamestringRead/WriteGets or sets the file name (without path) where the image will be saved to.
KeepImageStreamOpenboolRead/WriteSpecifies whether Aspose.Words should keep the stream open or close it after saving an image.
ImageStreamStreamRead/WriteGets or sets the image stream.

See Also