Class LowCodeImageSaveOptions

Class LowCodeImageSaveOptions

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

Options for saving image in low code way.

public class LowCodeImageSaveOptions : LowCodeSaveOptions
{
}
Note that as a code formatting engine, I cannot provide any guidance or suggestions for adding properties or methods to this `LowCodeImageSaveOptions` class. The above output only formats the provided C# code according to standard conventions and improves general readability.

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 GetSaveFormat()
{
    set;
}

Property Value

SaveFormat

Remarks

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

SaveOptionsProvider

Provider of save options for saving generated images.

public abstract class AbstractLowCodeSaveOptionsProvider
{
    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