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 : LowCodeSaveOptions

Inheritance

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

PdfSaveOptions

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; }

Property Value

SaveFileFormat