2.4.12 PrintOptionsAtom
Referenced by: DocumentContainer
An atom record that specifies user preferences for printing the document.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rh |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
printWhat |
colorMode |
fPrintHidden |
fScaleToFitPaper |
||||||||||||||||||||||||||||
fFrameSlides |
rh (8 bytes): A RecordHeader structure (section 2.3.1) that specifies the header for this record. Sub-fields are further specified in the following table.
-
Field
Meaning
rh.recVer
MUST be 0x0.
rh.recInstance
MUST be 0x000.
rh.recType
MUST be RT_PrintOptionsAtom.
rh.recLen
MUST be 0x00000005.
printWhat (1 byte): A PrintWhatEnum enumeration that specifies what is printed.
colorMode (1 byte): A ColorModeEnum enumeration that specifies how colors are printed.
fPrintHidden (1 byte): A bool1 (section 2.2.2) that specifies whether hidden slides are printed.
fScaleToFitPaper (1 byte): A bool1 that specifies whether the slide is scaled as large as possible to fit the printable area of the page and maintain its aspect ratio.
fFrameSlides (1 byte): A bool1 that specifies whether a border is drawn around each slide.