struct VCL_DLLPUBLIC JobData
{ int m_nCopies; bool m_bCollate; int m_nLeftMarginAdjust; int m_nRightMarginAdjust; int m_nTopMarginAdjust; int m_nBottomMarginAdjust; // user overrides for PPD int m_nColorDepth; int m_nColorDevice; // 0: no override, -1 grey scale, +1 color
orientation m_eOrientation;
OUString m_aPrinterName; bool m_bPapersizeFromSetup; const PPDParser* m_pParser;
PPDContext m_aContext;
void setCollate( bool bCollate ); void setPaper( int nWidth, int nHeight ); // dimensions in pt void setPaperBin( int nPaperBin );
// creates a new buffer using new // it is up to the user to delete it again bool getStreamBuffer( std::unique_ptr<sal_uInt8[]>& pData, sal_uInt32& bytes ); staticbool constructFromStreamBuffer( constvoid* pData, sal_uInt32 bytes, JobData& rJobData );
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.