Class OfdToPdfOptions
Class OfdToPdfOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll (25.7.0)
Represents options for converting OFD to PDF.
public class OfdToPdfOptions : PdfConverterOptions, IPluginOptions
Inheritance
object ← PdfConverterOptions ← OfdToPdfOptions
Implements
Inherited Members
PdfConverterOptions.AddInput(IDataSource) , PdfConverterOptions.AddOutput(IDataSource) , PdfConverterOptions.Inputs , PdfConverterOptions.Outputs , PdfConverterOptions.OperationName , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
OfdToPdfOptions()
public OfdToPdfOptions()
Properties
OfdLoadOptions
Gets or sets the OFD load options.
public OfdLoadOptions OfdLoadOptions { get; set; }
Property Value
OperationName
Gets the name of the operation.
public override string OperationName { get; }