Class LowCodePdfSaveOptions
Class LowCodePdfSaveOptions
Nome do espaço: Aspose.Cells.LowCode Assembleia: Aspose.Cells.dll (25.4.0)
Opções para salvar PDF em código baixo.
public class LowCodePdfSaveOptions : LowCodeSaveOptions
Inheritance
object ← LowCodeSaveOptions ← LowCodePdfSaveOptions
Membros herdados
LowCodeSaveOptions.OutputFile , LowCodeSaveOptions.OutputStream , LowCodeSaveOptions.SaveFormat
Constructors
LowCodePdfSaveOptions()
public LowCodePdfSaveOptions()
Properties
PdfOptions
As opções para salvar arquivos PDF.
public PdfSaveOptions PdfOptions { get; set; }
Valor da propriedade
SaveFormat
O formato de poupança para a saída.Para converter para pdf, só pode ser Aspose.Cells.SaveFormat.Pdf.
public override SaveFormat SaveFormat { get; set; }