mindee-api-dotnet

ExtractedPdf Class

Namespace: Mindee.Extraction
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

An extracted sub-Pdf.

public class ExtractedPdf

Inheritance: object → ExtractedPdf

Constructors

Name Description
ExtractedPdf(byte[], string) Initializes a new instance of the ExtractedPdf class.

Fields

Name Description
Filename Name of the original file.
PdfBytes File object for an ExtractedPdf.

Methods

Name Description
AsInputSource() Return the file in a format suitable for sending to MindeeClient for parsing.
GetPageCount() Wrapper for pdf GetPageCount();
WriteToFile(string) Write the Pdf to a file.

Documentation generated by MdDocs