CreateExtractor

CreateExtractor(string, int, bool)

Skapar IPdfTypeExtractor-objekt.

public IPdfTypeExtractor CreateExtractor(string pdfDocumentPath, int bufferSize, 
    bool allowAsyncInitialization)
ParameterTypBeskrivning
pdfDocumentPathStringSökväg till ett pdf-dokument.
bufferSizeInt32Maximal storlek på innehåll i byte som kan lagras i minnet.
allowAsyncInitializationBooleanTillåter asynkronisering av resurser.

Returvärde

objekt för IPdfTypeExtractor

Se även


CreateExtractor(Stream, int, bool)

Skapar IPdfTypeExtractor-objekt.

public IPdfTypeExtractor CreateExtractor(Stream pdfDocumentStream, int bufferSize, 
    bool allowAsyncInitialization)
ParameterTypBeskrivning
pdfDocumentStreamStreamStream som innehåller pdf-dokument.
bufferSizeInt32Maximal storlek på innehåll i byte som kan lagras i minnet.
allowAsyncInitializationBooleanTillåter asynkronisering av resurser.

Returvärde

objekt för IPdfTypeExtractor

Se även


CreateExtractor(string, string, int, bool)

Skapar IPdfTypeExtractor-objekt.

public IPdfTypeExtractor CreateExtractor(string pdfDocumentPath, string password, int bufferSize, 
    bool allowAsyncInitialization)
ParameterTypBeskrivning
pdfDocumentPathStringSökväg till ett pdf-dokument.
passwordStringDokumentlösenord.
bufferSizeInt32Maximal storlek på innehåll i byte som kan lagras i minnet.
allowAsyncInitializationBooleanTillåter asynkronisering av resurser.

Returvärde

objekt för IPdfTypeExtractor

Se även


CreateExtractor(Stream, string, int, bool)

Skapar IPdfTypeExtractor-objekt.

public IPdfTypeExtractor CreateExtractor(Stream pdfDocumentStream, string password, int bufferSize, 
    bool allowAsyncInitialization)
ParameterTypBeskrivning
pdfDocumentStreamStreamStream som innehåller pdf-dokument.
passwordStringDokumentlösenord.
bufferSizeInt32Maximal storlek på innehåll i byte som kan lagras i minnet.
allowAsyncInitializationBooleanTillåter asynkronisering av resurser.

Returvärde

objekt för IPdfTypeExtractor

Se även