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

DocumentInfo

DocumentInfo class

Defines document description properties.

public class DocumentInfo : IDocumentInfo, ISerializable

Constructors

Name Description
DocumentInfo(FileType, IPageInfo[], long) Initializes new instance of DocumentInfo class.

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.

Methods

Name Description
override ToString() Returns a string that represents the current object.

See Also