PrintOptions is a record that stores default settings for how the PowerPoint presentation should be printed.
PrintOptions Fields
Offset | Type | Name | Contents |
0 | ubyte1 | PrintWhat | What to print by default when printing the presentation. Valid values are from 0-6. See PrintWhat field values table below for valid values. |
1 | ubyte1 | ColorMode | Default color mode to use when printing the presentation. Valid values are from 0-2. See ColorMode field values table below for valid values. |
2 | bool1 | PrintHidden | True if hidden slides should be printed by default when printing the presentation. |
3 | bool1 | ScaleToFitPaper | True if presentation should be scaled to fit paper when printing, by default. |
4 | bool1 | FrameSlides | True if slides should be framed by default when printing the presentation. |
PrintWhat Field Values
Value Meaning
0 slides (without animations, if any are present)
1 slides (with animations, if any are present)
2 handouts (2 slides per page)
3 handouts (3 slides per page)
4 handouts (6 slides per page)
5 notes pages
6 outline view
ColorMode Field Values
Value Meaning
0 black and white
1 gray-scale
2 color