com.groupdocs.merger.domain.result

Interface IDocumentInfo

  • All Known Implementing Classes:
    DocumentInfo


    public interface IDocumentInfo

    Interface for the document description properties.

    • Method Detail

      • getPageCount

        int getPageCount()

        The document pages count.

      • getPages

        IPageInfo[] getPages()

        Defines document pages collection.

      • getSize

        long getSize()

        Document size in bytes.

      • getType

        FileType getType()

        Gets the file type.