Class OfdToPdfOptions
OfdToPdfOptions class
Represents options for converting OFD to PDF.
public class OfdToPdfOptions : PdfConverterOptions
Constructors
Properties
| Name | Description |
|---|
| Inputs { get; } | Returns PdfConverterOptions plugin data collection. |
| OfdLoadOptions { get; set; } | Gets or sets the OFD load options. |
| override OperationName { get; } | Gets the name of the operation. |
| Outputs { get; } | Gets collection of added targets for saving operation results. |
Methods
| Name | Description |
|---|
| AddInput(IDataSource) | Adds new data source to the PdfConverter plugin data collection. |
| AddOutput(IDataSource) | Adds new data source to the PdfToXLSXConverterOptions plugin data collection. |
See Also