LowCodePdfSaveOptions Class

LowCodePdfSaveOptions class

Options for saving pdf in low code way.


type LowCodePdfSaveOptions struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewLowCodePdfSaveOptionsDefault constructor.
NewLowCodePdfSaveOptions_LowCodeSaveOptionsConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetSaveFormatThe save format for the output.For converting to pdf, it can only be SaveFormat.Pdf.
SetSaveFormatThe save format for the output.For converting to pdf, it can only be SaveFormat.Pdf.
GetPdfOptionsThe options for saving Pdf file.
SetPdfOptionsThe options for saving Pdf file.
GetOutputFileGets and sets the file(with path if needed) for saving the generated data.When setting this property with value other than null or empty string, OutputStream will be ignored.
SetOutputFileGets and sets the file(with path if needed) for saving the generated data.When setting this property with value other than null or empty string, OutputStream will be ignored.
GetOutputStreamGets and sets the Stream for writing the generated data to.When setting this property with value other than null, OutputFile will be ignored.
SetOutputStreamGets and sets the Stream for writing the generated data to.When setting this property with value other than null, OutputFile will be ignored.