CreateExtractor

CreateExtractor(string, int, bool)

Crée un objet IPdfTypeExtractor.

public IPdfTypeExtractor CreateExtractor(string pdfDocumentPath, int bufferSize, 
    bool allowAsyncInitialization)
ParamètreTaperLa description
pdfDocumentPathStringChemin vers un document pdf.
bufferSizeInt32Taille maximale du contenu en octets pouvant être conservé en mémoire.
allowAsyncInitializationBooleanAutorise l’initialisation asynchrone des ressources.

Return_Value

objet de IPdfTypeExtractor

Voir également


CreateExtractor(Stream, int, bool)

Crée un objet IPdfTypeExtractor.

public IPdfTypeExtractor CreateExtractor(Stream pdfDocumentStream, int bufferSize, 
    bool allowAsyncInitialization)
ParamètreTaperLa description
pdfDocumentStreamStreamFlux contenant un document pdf.
bufferSizeInt32Taille maximale du contenu en octets pouvant être conservé en mémoire.
allowAsyncInitializationBooleanAutorise l’initialisation asynchrone des ressources.

Return_Value

objet de IPdfTypeExtractor

Voir également


CreateExtractor(string, string, int, bool)

Crée un objet IPdfTypeExtractor.

public IPdfTypeExtractor CreateExtractor(string pdfDocumentPath, string password, int bufferSize, 
    bool allowAsyncInitialization)
ParamètreTaperLa description
pdfDocumentPathStringChemin vers un document pdf.
passwordStringMot de passe du document.
bufferSizeInt32Taille maximale du contenu en octets pouvant être conservé en mémoire.
allowAsyncInitializationBooleanAutorise l’initialisation asynchrone des ressources.

Return_Value

objet de IPdfTypeExtractor

Voir également


CreateExtractor(Stream, string, int, bool)

Crée un objet IPdfTypeExtractor.

public IPdfTypeExtractor CreateExtractor(Stream pdfDocumentStream, string password, int bufferSize, 
    bool allowAsyncInitialization)
ParamètreTaperLa description
pdfDocumentStreamStreamFlux contenant un document pdf.
passwordStringMot de passe du document.
bufferSizeInt32Taille maximale du contenu en octets pouvant être conservé en mémoire.
allowAsyncInitializationBooleanAutorise l’initialisation asynchrone des ressources.

Return_Value

objet de IPdfTypeExtractor

Voir également