Class LowCodeImageSaveOptions

Class LowCodeImageSaveOptions

Il nome: Aspose.Cells.LowCode Assemblea: Aspose.Cells.dll (25.4.0)

Opzioni per salvare l’immagine in modo low code.

public class LowCodeImageSaveOptions : LowCodeSaveOptions

Inheritance

object LowCodeSaveOptions LowCodeImageSaveOptions

I membri ereditari

LowCodeSaveOptions.OutputFile , LowCodeSaveOptions.OutputStream , LowCodeSaveOptions.SaveFormat

Constructors

LowCodeImageSaveOptions()

public LowCodeImageSaveOptions()

Properties

ImageOptions

Le opzioni per rendere le immagini.

public ImageOrPrintOptions ImageOptions { get; set; }

Valore di proprietà

ImageOrPrintOptions

Remarks

Quando viene specificata una instanza Aspose.Cells.Rendering.ImageOrPrintOptions,Il Aspose.Cells.LowCode.SaveImageOptions.saveFormat sarà trascritto (se è stato specificato in precedenza).

SaveFormat

Ottieni o impostate il formato di salvataggio.

public override SaveFormat SaveFormat { get; set; }

Valore di proprietà

SaveFormat

Remarks

Se Aspose.Cells.LowCode.SaveImageOptions.ImagioOpzioni è stato specificato, l’impostazione di questa proprietà sarà anchecambiare il Aspose.Cells.Rendering.ImageOrPrintOptions.ImmageType valore di esso.

SaveOptionsProvider

Fornitore di opzioni di salvataggio per salvare le immagini generate.

public AbstractLowCodeSaveOptionsProvider SaveOptionsProvider { get; set; }

Valore di proprietà

AbstractLowCodeSaveOptionsProvider

Remarks

L’output(Aspose.Cells.LowCodeSaveOptions.OutputFile o _Wl27.specificato da questa instanza non avrà effetto quando tale proprietà è specificata.Invece, la produzione di ogni immagine generata sarà specificata dal fornitore.

 Italiano