1. GroupDocs.Merger
  2. /
  3. GroupDocs.Merger for .NET
  4. /
  5. GroupDocs.Merger.Domain.Result
  6. /
  7. IDocumentInfo

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