Pimcore\Model\Asset\Document::getPageCount PHP Method

getPageCount() public method

public getPageCount ( )
    public function getPageCount()
    {
        if (!($pageCount = $this->getCustomSetting("document_page_count"))) {
            $pageCount = $this->readPageCount();
        }
        return $pageCount;
    }