LowCodePdfSaveOptions Class
Contents
[
Hide
]LowCodePdfSaveOptions class
Options for saving pdf in low code way.
type LowCodePdfSaveOptions struct  {
	ptr unsafe.Pointer
}
Constructors
| Method | Description | 
|---|---|
| NewLowCodePdfSaveOptions | Default constructor. | 
| NewLowCodePdfSaveOptions_LowCodeSaveOptions | Constructs from a parent object. | 
Methods
| Method | Description | 
|---|---|
| IsNull | Checks whether the implementation object is nullptr. | 
| GetSaveFormat | The save format for the output.For converting to pdf, it can only be SaveFormat.Pdf. | 
| SetSaveFormat | The save format for the output.For converting to pdf, it can only be SaveFormat.Pdf. | 
| GetPdfOptions | The options for saving Pdf file. | 
| SetPdfOptions | The options for saving Pdf file. | 
| GetOutputFile | Gets 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. | 
| SetOutputFile | Gets 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. | 
| GetOutputStream | Gets and sets the Stream for writing the generated data to.When setting this property with value other than null, OutputFile will be ignored. | 
| SetOutputStream | Gets and sets the Stream for writing the generated data to.When setting this property with value other than null, OutputFile will be ignored. |