PrintOptions Members
Include Protected Members
Include Inherited Members
Contains print options for a presentation.
The PrintOptions type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActivePrinter | Returns the name of the active printer. Read-only. | |
Application | Returns an Application object that represents the creator of the specified object. | |
Collate | Determines whether a complete copy of the specified presentation is printed before the first page of the next copy is printed. Read/write. | |
FitToPage | Determines whether the slides will be scaled to fill the page that they are printed on. Read/write. | |
FrameSlides | Determines whether a thin frame is placed around the border of the printed slides. Read/write. | |
HandoutOrder | Returns or sets the page layout order in which slides appear on printed handouts that show multiple slides on one page. Read/write. | |
HighQuality | Indicates whether to print in high quality. Read/write. | |
NumberOfCopies | Returns or sets the number of copies of a presentation to be printed. Read/write. | |
OutputType | Returns or sets a value that indicates which component (slides, handouts, notes pages, or an outline) of the presentation is to be printed. Read/write. | |
Parent | Returns the parent object for the specified object. | |
PrintColorType | Returns or sets the way the specified document will be printed; in black and white, in pure black and white (also referred to as high contrast), or in color. Read/write. | |
PrintComments | Sets or returns whether comments will be printed. Read/write. | |
PrintFontsAsGraphics | Determines whether TrueType fonts are printed as graphics. Read/write. | |
PrintHiddenSlides | Determines whether hidden slides in the specified presentation will be printed. Read/write. | |
PrintInBackground | Determines whether the specified presentation is printed in the background. Read/write. | |
Ranges | Returns the PrintRanges object, which represents the ranges of slides in the presentation to be printed. Read-only. | |
RangeType | Returns or sets the type of print range for the presentation. Read/write. | |
sectionIndex | Returns the index of the selected section in the PrintOptions object. Read/write. | |
SlideShowName | Returns or sets the name of the custom slide show to print. Read/write. |
Top