IDocumentInfo

public interface IDocumentInfo

Interface for the document description properties.

Methods

Method Description
getType() Gets the file type.
getPages() Defines document pages collection.
getPageCount() The document pages count.
getSize() Document size in bytes.

getType()

public abstract FileType getType()

Gets the file type.

Returns: FileType

getPages()

public abstract IPageInfo[] getPages()

Defines document pages collection.

Returns: com.groupdocs.merger.domain.result.IPageInfo[]

getPageCount()

public abstract int getPageCount()

The document pages count.

Returns: int

getSize()

public abstract long getSize()

Document size in bytes.

Returns: long