CreateExtractor

CreateExtractor(string, int, bool)

Erstellt IPdfTypeExtractor-Objekt.

public IPdfTypeExtractor CreateExtractor(string pdfDocumentPath, int bufferSize, 
    bool allowAsyncInitialization)
ParameterTypBeschreibung
pdfDocumentPathStringPfad zu einem pdf-Dokument.
bufferSizeInt32Maximale Inhaltsgröße in Byte, die im Speicher gehalten werden kann.
allowAsyncInitializationBooleanErmöglicht die asynchrone Initialisierung von Ressourcen.

Rückgabewert

Objekt von IPdfTypeExtractor

Siehe auch


CreateExtractor(Stream, int, bool)

Erstellt IPdfTypeExtractor-Objekt.

public IPdfTypeExtractor CreateExtractor(Stream pdfDocumentStream, int bufferSize, 
    bool allowAsyncInitialization)
ParameterTypBeschreibung
pdfDocumentStreamStreamStream mit PDF-Dokument.
bufferSizeInt32Maximale Inhaltsgröße in Byte, die im Speicher gehalten werden kann.
allowAsyncInitializationBooleanErmöglicht die asynchrone Initialisierung von Ressourcen.

Rückgabewert

Objekt von IPdfTypeExtractor

Siehe auch


CreateExtractor(string, string, int, bool)

Erstellt IPdfTypeExtractor-Objekt.

public IPdfTypeExtractor CreateExtractor(string pdfDocumentPath, string password, int bufferSize, 
    bool allowAsyncInitialization)
ParameterTypBeschreibung
pdfDocumentPathStringPfad zu einem pdf-Dokument.
passwordStringDokumentkennwort.
bufferSizeInt32Maximale Inhaltsgröße in Byte, die im Speicher gehalten werden kann.
allowAsyncInitializationBooleanErmöglicht die asynchrone Initialisierung von Ressourcen.

Rückgabewert

Objekt von IPdfTypeExtractor

Siehe auch


CreateExtractor(Stream, string, int, bool)

Erstellt IPdfTypeExtractor-Objekt.

public IPdfTypeExtractor CreateExtractor(Stream pdfDocumentStream, string password, int bufferSize, 
    bool allowAsyncInitialization)
ParameterTypBeschreibung
pdfDocumentStreamStreamStream mit PDF-Dokument.
passwordStringDokumentkennwort.
bufferSizeInt32Maximale Inhaltsgröße in Byte, die im Speicher gehalten werden kann.
allowAsyncInitializationBooleanErmöglicht die asynchrone Initialisierung von Ressourcen.

Rückgabewert

Objekt von IPdfTypeExtractor

Siehe auch