Class LowCodePdfSaveOptions

Class LowCodePdfSaveOptions

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

Opzioni per salvare PDF in modo a basso codice.

public class LowCodePdfSaveOptions : LowCodeSaveOptions

Inheritance

object LowCodeSaveOptions LowCodePdfSaveOptions

I membri ereditari

LowCodeSaveOptions.OutputFile , LowCodeSaveOptions.OutputStream , LowCodeSaveOptions.SaveFormat

Constructors

LowCodePdfSaveOptions()

public LowCodePdfSaveOptions()

Properties

PdfOptions

Le opzioni per salvare file PDF.

public PdfSaveOptions PdfOptions { get; set; }

Valore di proprietà

PdfSaveOptions

SaveFormat

Il formato di risparmio per la produzione.Per convertire in pdf, può essere solo Aspose.Cells.SaveFormat.Pdf.

public override SaveFormat SaveFormat { get; set; }

Valore di proprietà

SaveFormat

 Italiano