Class LowCodePdfSaveOptions
Class LowCodePdfSaveOptions
نام ها : Aspose.Cells.LowCode جمع آوری: WL27_.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; }
ارزش املاک
SaveFormat
فرمت ذخیره سازی برای خروجیبرای تبدیل به pdf، فقط می تواند Aspose.Cells.SaveFormat.Pdf باشد.
public override SaveFormat SaveFormat { get; set; }