Class LowCodePdfSaveOptions
Class LowCodePdfSaveOptions
Namespace: Aspose.Diagram.LowCode
Assembly: Aspose.Diagram.dll (26.5.0)
Options for saving pdf in low code way.
public class LowCodePdfSaveOptions : LowCodeSaveOptionsInheritance
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
SaveFormat
The save format for the output. For converting to pdf, it can only be Aspose.Diagram.SaveFileFormat.Pdf.
public override SaveFileFormat SaveFormat { get; set; }