Class LowCodePdfSaveOptions

LowCodePdfSaveOptions class

Options for saving pdf in low code way.

public class LowCodePdfSaveOptions : LowCodeSaveOptions

Constructors

NameDescription
LowCodePdfSaveOptions()The default constructor.

Properties

NameDescription
OutputFile { get; set; }Gets and sets the file for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored.
OutputStream { get; set; }Gets and sets the Stream for writing. When setting this property with value other than null, OutputFile will be ignored.
PdfOptions { get; set; }The options for saving Pdf file.
override SaveFormat { get; set; }The save format for the output. For converting to pdf, it can only be Pdf.

See Also