Class LowCodePdfSaveOptions
Contents
[
Hide
]LowCodePdfSaveOptions class
Options for saving pdf in low code way.
public class LowCodePdfSaveOptions : LowCodeSaveOptions
Constructors
| Name | Description |
|---|---|
| LowCodePdfSaveOptions() | The default constructor. |
Properties
| Name | Description |
|---|---|
| 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
- class LowCodeSaveOptions
- namespace Aspose.Diagram.LowCode
- assembly Aspose.Diagram