Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (Zend_Pdf_FileParserDataSource $dataSource) | |
![]() | |
screen () | |
parse () | |
__construct (Zend_Pdf_FileParserDataSource $dataSource) | |
__destruct () | |
isScreened () | |
isParsed () | |
getDataSource () | |
moveToOffset ($offset) | |
getOffset () | |
getSize () | |
readBytes ($byteCount) | |
skipBytes ($byteCount) | |
readInt ($size, $byteOrder=Zend_Pdf_FileParser::BYTE_ORDER_BIG_ENDIAN) | |
readUInt ($size, $byteOrder=Zend_Pdf_FileParser::BYTE_ORDER_BIG_ENDIAN) | |
isBitSet ($bit, $bitField) | |
readFixed ($mantissaBits, $fractionBits, $byteOrder=Zend_Pdf_FileParser::BYTE_ORDER_BIG_ENDIAN) | |
readStringUTF16 ($byteCount, $byteOrder=Zend_Pdf_FileParser::BYTE_ORDER_BIG_ENDIAN, $characterSet='') | |
readStringMacRoman ($byteCount, $characterSet='') | |
readStringPascal ($characterSet='', $lengthBytes=1) | |
Protected Attributes | |
$imageType | |
![]() | |
$_isScreened = false | |
$_isParsed = false | |
$_dataSource = null | |
Additional Inherited Members | |
![]() | |
const | BYTE_ORDER_LITTLE_ENDIAN = 0 |
const | BYTE_ORDER_BIG_ENDIAN = 1 |
__construct | ( | Zend_Pdf_FileParserDataSource | $dataSource | ) |
Object constructor.
Validates the data source and enables debug logging if so configured.
Zend_Pdf_FileParserDataSource | $dataSource |
Zend_Pdf_Exception |
Definition at line 58 of file Image.php.