PdfFormatConversionOptions

PdfFormatConversionOptions(string, PdfFormat, ConvertErrorAction)

Konstruktor

public PdfFormatConversionOptions(string outputLogFileName, PdfFormat format, 
    ConvertErrorAction action)
ParameterTypBeschreibung
outputLogFileNameStringPfad zur Datei, in der Kommentare gespeichert werden.
formatPdfFormatDas pdf-Format.
actionConvertErrorActionAktion für Objekte, die nicht konvertiert werden können

Siehe auch


PdfFormatConversionOptions(string, PdfFormat)

Konstruktor

public PdfFormatConversionOptions(string outputLogFileName, PdfFormat format)
ParameterTypBeschreibung
outputLogFileNameStringPfad zur Datei, in der Kommentare gespeichert werden.
formatPdfFormatDas pdf-Format.

Siehe auch


PdfFormatConversionOptions(PdfFormat)

Konstruktor

public PdfFormatConversionOptions(PdfFormat format)
ParameterTypBeschreibung
formatPdfFormatDas pdf-Format.

Siehe auch


PdfFormatConversionOptions(PdfFormat, ConvertErrorAction)

Konstruktor

public PdfFormatConversionOptions(PdfFormat format, ConvertErrorAction action)
ParameterTypBeschreibung
formatPdfFormatDas pdf-Format.
actionConvertErrorActionAktion für Objekte, die nicht konvertiert werden können

Siehe auch


PdfFormatConversionOptions(string, PdfFormat, ConvertErrorAction, ConvertTransparencyAction)

Konstruktor

public PdfFormatConversionOptions(string outputLogFileName, PdfFormat format, 
    ConvertErrorAction action, ConvertTransparencyAction transparencyAction)
ParameterTypBeschreibung
outputLogFileNameStringPfad zur Datei, in der Kommentare gespeichert werden.
formatPdfFormatDas pdf-Format.
actionConvertErrorActionAktion für Objekte, die nicht konvertiert werden können
transparencyActionConvertTransparencyActionAktion für bildmaskierte Objekte

Siehe auch


PdfFormatConversionOptions(Stream, PdfFormat, ConvertErrorAction)

Konstruktor

public PdfFormatConversionOptions(Stream outputLogStream, PdfFormat format, 
    ConvertErrorAction action)
ParameterTypBeschreibung
outputLogStreamStreamStream, wo Kommentare gespeichert werden
formatPdfFormatDas pdf-Format
actionConvertErrorActionAktion für Objekte, die nicht konvertiert werden können

Siehe auch