Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
HaruDoc::setCompressionMode
(no version information, might be only in CVS)
HaruDoc::setCompressionMode -- Set compression mode for the documentPopis
bool HaruDoc::setCompressionMode ( int mode )Defines compression mode for the document. In case when libharu was compiled without Zlib support this function will always throw HaruException.
Seznam parametrů
mode
The compression mode to use. The value is a combination of the following flags:
HaruDoc::COMP_MODE - all contents is not compressed. HaruDoc::COMP_TEXT - compress the text data. HaruDoc::COMP_IMAGE - compress the image data. HaruDoc::COMP_META_DATA - compress other data (fonts, cmaps). HaruDoc::COMP_ALL - compress all data.
PÅ™edcházejÃcà | Domů | Dalšà |
HaruDoc::saveToStream | Nahoru |