IDocumentInfo

IDocumentInfo interface

Interface for the document description properties.

public interface IDocumentInfo

Properties

Name Description
PageCount { get; } The document pages count.
Pages { get; } Defines document pages collection.
Size { get; } Document size in bytes.
Type { get; } Gets the file type.

See Also