Class LowCodePdfSaveOptions

Class LowCodePdfSaveOptions

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

Options for saving pdf in low code way.

public class LowCodePdfSaveOptions : LowCodeSaveOptions

Inheritance

object LowCodeSaveOptions LowCodePdfSaveOptions

Inherited Members

LowCodeSaveOptions.OutputFile , LowCodeSaveOptions.OutputStream , LowCodeSaveOptions.SaveFormat

Constructors

LowCodePdfSaveOptions()

public LowCodePdfSaveOptions()

Properties

PdfOptions

The options for saving Pdf file.

public PdfSaveOptions PdfOptions { get; set; }

Property Value

PdfSaveOptions

SaveFormat

The save format for the output. For converting to pdf, it can only be Aspose.Cells.SaveFormat.Pdf.

public override SaveFormat SaveFormat { get; set; }

Property Value

SaveFormat

 English