Class OfdToPdfOptions

OfdToPdfOptions class

Represents options for converting OFD to PDF.

public class OfdToPdfOptions : PdfConverterOptions

Constructors

NameDescription
OfdToPdfOptions()The default constructor.

Properties

NameDescription
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

NameDescription
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