1. GroupDocs.Redaction
  2. /
  3. GroupDocs.Redaction for .NET
  4. /
  5. GroupDocs.Redaction
  6. /
  7. DocumentInfo

DocumentInfo

DocumentInfo class

Represents an information about document. Implements IDocumentInfo interface. See IDocumentInfo for examples.

public class DocumentInfo : IDocumentInfo

Properties

Name Description
FileType { get; } Gets the file format description.
PageCount { get; } Gets the total page count.
Pages { get; } Gets the list of PageInfo page information.
Size { get; } Gets the document size in bytes.

Remarks

Learn more

See Also