Class LowCodePdfSaveOptions

Class LowCodePdfSaveOptions

名称: Aspose.Cells.LowCode 收集: Aspose.Cells.dll (25.4.0)

以低代码的方式保存PDF的选项

public class LowCodePdfSaveOptions : LowCodeSaveOptions

Inheritance

object LowCodeSaveOptions LowCodePdfSaveOptions

继承人

LowCodeSaveOptions.OutputFile , LowCodeSaveOptions.OutputStream , LowCodeSaveOptions.SaveFormat

Constructors

LowCodePdfSaveOptions()

public LowCodePdfSaveOptions()

Properties

PdfOptions

保存PDF文件的选项。

public PdfSaveOptions PdfOptions { get; set; }

财产价值

PdfSaveOptions

SaveFormat

保存输出格式。要转换为PDF,它只能是 Aspose.Cells.SaveFormat.Pdf。

public override SaveFormat SaveFormat { get; set; }

财产价值

SaveFormat

 中文