mindee-api-dotnet

LocalInputSource Class

Namespace: Mindee.Input
Assembly: Mindee
Assembly Version: 3.13.0+eab8cb726dfe6c5eac4fe379821ed5e1a7a970c3

Represent a document to parse.

public sealed class LocalInputSource

Inheritance: object → LocalInputSource

Constructors

Name Description
LocalInputSource(FileInfo) Load the document to perform some checks.
LocalInputSource(Stream, string) Construct from stream.
LocalInputSource(byte[], string) Construct from bytes.
LocalInputSource(string) Construct from string.

Properties

Name Description
Extension Extension file’s.
FileBytes The file as a stream.
Filename The name of the file.

Methods

Name Description
IsExtensionValid() Determine if the file extension is valid.
IsPdf() Determine if the file is a PDF.

Documentation generated by MdDocs