Class LowCodeImageSaveOptions

Class LowCodeImageSaveOptions

Namespace: Aspose.Cells.LowCode
Assembly: Aspose.Cells.dll (25.4.0)

Options for saving image in low code way.

public class LowCodeImageSaveOptions : LowCodeSaveOptions

Inheritance

object LowCodeSaveOptions LowCodeImageSaveOptions

Inherited Members

LowCodeSaveOptions.OutputFile , LowCodeSaveOptions.OutputStream , LowCodeSaveOptions.SaveFormat

Constructors

LowCodeImageSaveOptions()

public LowCodeImageSaveOptions()

Properties

ImageOptions

The options for rendering images.

public ImageOrPrintOptions ImageOptions { get; set; }

Property Value

ImageOrPrintOptions

Remarks

When one Aspose.Cells.Rendering.ImageOrPrintOptions instance is specified, the Aspose.Cells.LowCode.LowCodeImageSaveOptions.SaveFormat will be overwritten(if it had been specified before).

SaveFormat

Gets or sets the save format.

public override SaveFormat SaveFormat { get; set; }

Property Value

SaveFormat

Remarks

If Aspose.Cells.LowCode.LowCodeImageSaveOptions.ImageOptions has been specified, setting this property will also change the Aspose.Cells.Rendering.ImageOrPrintOptions.ImageType value of it.

SaveOptionsProvider

Provider of save options for saving generated images.

public AbstractLowCodeSaveOptionsProvider SaveOptionsProvider { get; set; }

Property Value

AbstractLowCodeSaveOptionsProvider

Remarks

The output(Aspose.Cells.LowCode.LowCodeSaveOptions.OutputFile or Aspose.Cells.LowCode.LowCodeSaveOptions.OutputStream) specified by this instance will take no effect when this property is specified. Instead the output of every generated image will be specified by the provider.

 English