Class ImageSaveOptions
Namespace: Aspose.Html.Saving
Assembly: Aspose.HTML.dll (25.4.0)
Specific options data class.
[ComVisible(true)]
public class ImageSaveOptions : ImageRenderingOptions
Inheritance
object ← RenderingOptions ← ImageRenderingOptions ← ImageSaveOptions
Inherited Members
ImageRenderingOptions.HorizontalResolution, ImageRenderingOptions.VerticalResolution, ImageRenderingOptions.Format, ImageRenderingOptions.Compression, ImageRenderingOptions.Text, ImageRenderingOptions.UseAntialiasing, RenderingOptions.Css, RenderingOptions.PageSetup, RenderingOptions.HorizontalResolution, RenderingOptions.BackgroundColor, RenderingOptions.VerticalResolution, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
ImageSaveOptions()
Initializes a new instance of the Aspose.Html.Saving.ImageSaveOptions class; Aspose.Html.Rendering.Image.ImageFormat.Png will be used as default image format.
public ImageSaveOptions()
ImageSaveOptions(ImageFormat)
Image format Aspose.Html.Rendering.Image.ImageFormat based on initialization
public ImageSaveOptions(ImageFormat format)
Parameters
format
ImageFormat
Image format