PdfFormatConversionOptions.PdfFormatConversionOptions

PdfFormatConversionOptions(string, PdfFormat, ConvertErrorAction)

Constructor

public PdfFormatConversionOptions(string outputLogFileName, PdfFormat format, 
    ConvertErrorAction action)
ParameterTypeDescription
outputLogFileNameStringPath to file where comments will be stored.
formatPdfFormatThe pdf format.
actionConvertErrorActionAction for objects that can not be converted

See Also


PdfFormatConversionOptions(string, PdfFormat)

Constructor

public PdfFormatConversionOptions(string outputLogFileName, PdfFormat format)
ParameterTypeDescription
outputLogFileNameStringPath to file where comments will be stored.
formatPdfFormatThe pdf format.

See Also


PdfFormatConversionOptions(PdfFormat)

Constructor

public PdfFormatConversionOptions(PdfFormat format)
ParameterTypeDescription
formatPdfFormatThe pdf format.

See Also


PdfFormatConversionOptions(PdfFormat, ConvertErrorAction)

Constructor

public PdfFormatConversionOptions(PdfFormat format, ConvertErrorAction action)
ParameterTypeDescription
formatPdfFormatThe pdf format.
actionConvertErrorActionAction for objects that can not be converted

See Also


PdfFormatConversionOptions(string, PdfFormat, ConvertErrorAction, ConvertTransparencyAction)

Constructor

public PdfFormatConversionOptions(string outputLogFileName, PdfFormat format, 
    ConvertErrorAction action, ConvertTransparencyAction transparencyAction)
ParameterTypeDescription
outputLogFileNameStringPath to file where comments will be stored.
formatPdfFormatThe pdf format.
actionConvertErrorActionAction for objects that can not be converted
transparencyActionConvertTransparencyActionAction for image masked objects

See Also


PdfFormatConversionOptions(Stream, PdfFormat, ConvertErrorAction)

Constructor

public PdfFormatConversionOptions(Stream outputLogStream, PdfFormat format, 
    ConvertErrorAction action)
ParameterTypeDescription
outputLogStreamStreamStream where comments will be stored
formatPdfFormatThe pdf format
actionConvertErrorActionAction for objects that can not be converted

See Also