Class LowCodePdfSaveOptions
Class LowCodePdfSaveOptions
Nama dari : Aspose.Cells.LowCode Perhitungan: Aspose.Cells.dll (25.4.0)
Pilihan untuk menyimpan PDF dalam cara kode rendah.
public class LowCodePdfSaveOptions : LowCodeSaveOptions
Inheritance
object ← LowCodeSaveOptions ← LowCodePdfSaveOptions
anggota yang diwarisi
LowCodeSaveOptions.OutputFile , LowCodeSaveOptions.OutputStream , LowCodeSaveOptions.SaveFormat
Constructors
LowCodePdfSaveOptions()
public LowCodePdfSaveOptions()
Properties
PdfOptions
Pilihan untuk menyimpan file PDF.
public PdfSaveOptions PdfOptions { get; set; }
Nilai Properti
SaveFormat
Format penyimpanan untuk output.Untuk konversi ke pdf, itu hanya bisa menjadi Aspose.Cells.SaveFormat.Pdf.
public override SaveFormat SaveFormat { get; set; }