Display the Page Setup dialog box, which is used to specify a document page color.
PageFormatDlg
Syntax
()
Description
Display the Page Setup dialog box, which is used to specify page size, margins, page colors, and save options.
PageMode
Syntax
()
Description
Display all objects in the drawing or slide.
PageSizeInfo
Syntax
()
Description
Display the Page Size dialog box, which is used to set page size, margins, page color, and save options.
PaintBrush
Syntax
({X: numeric; Y: numeric})
Description
Activate the Paint Brush tool to create a bitmap object in the Bitmap Editor.
Parameters
X: numeric (optional) The horizontal position of pixels clicked when painting. Repeat the X and Y parameters for each pixel covered, and enclose repeated parameters in braces {}.
Y: numeric (optional) The vertical position of pixels clicked when painting.
PaintDropMarquee
Syntax
(EndMarquee: enumeration)
Description
Copy a selected portion of a bitmap area. Precede with PaintMoveMarquee.
Parameters
EndMarquee: enumeration (optional) Turn off select mode for the copied portion.
No!
Yes!
PaintDropper
Syntax
(X: numeric; Y: numeric; Color: enumeration)
Description
Activate the Pickup Color painting tool to select a background or foreground color in the Bitmap Editor.
Parameters
X: numeric The horizontal position of pixels clicked when choosing a color.
Y: numeric The vertical position of pixels clicked when choosing a color.
Color: enumeration (optional) The color the paint dropper uses.
Background!
Foreground!
PaintEraser
Syntax
({X: numeric; Y: numeric})
Description
Activate the Eraser painting tool to erase portions of a bitmap object in the Bitmap Editor.
Parameters
X: numeric (optional) The horizontal position of pixels covered when erasing. Repeat the X and Y parameters for each pixel covered, and enclose repeated parameters in braces {}.
Y: numeric (optional) The vertical position of pixels covered when erasing.
PaintEscapeUndo
Syntax
()
Description
Remove the effects of the most recent editing change in the Bitmap Editor. To add this function to a macro, use BitmapUndo.
GradientFlag: enumeration The gradient, rather than solid color.
No!
Yes!
SolidColorRed: numeric The amount of red (0-255) in a solid page color, the top color of a linear gradient, or the center color of a circular or rectangular gradient.
SolidColorGreen: numeric The amount of green (0-255) in a solid page color, the top color of a linear gradient, or the center color of a circular or rectangular gradient.
SolidColorBlue: numeric The amount of blue (0-255) in a solid page color, the top color of a linear gradient, or the center color of a circular or rectangular gradient.
GradientColorRed: numeric (optional) The amount of red (0-255) in the bottom color of a linear gradient, or the outer color of a circular or rectangular gradient.
GradientColorGreen: numeric (optional) The amount of green (0-255) in the bottom color of a linear gradient, or the outer color of a circular or rectangular gradient.
GradientColorBlue: numeric (optional) The amount of blue (0-255) in the bottom color of a linear gradient, or the outer color of a circular or rectangular gradient.
GradientType: enumeration (optional) The linear, circular, or rectangular gradient.
Grad_CCircles!
Grad_Linear!
Grad_None!
Grad_Vrects!
GradientAngle: numeric (optional) The rotation angle for a gradient page color. The top of the gradient is rotated counter-clockwise. For example, a 90-degree angle places the top of the gradient along the left margin of the page.
GradientSteps: numeric (optional) The number of steps between colors in a gradient page color. A value of 0 represents the greatest possible number of steps.
GradientRefX: numeric (optional) The horizontal center of a circular or rectangular gradient relative to the page. Flush left is 0, center is 50, and flush right is 100.
GradientRefY: numeric (optional) The vertical center of a circular or rectangular gradient or the top of a linear gradient relative to the page. Top is 0, center is 50, and bottom is 100.
PreferencePrintDlg
Syntax
()
Description
Display the Print dialog box, which is used to specify printing preferences.
Note
This command is obsolete.
PreferencePropertyBarDlg
Syntax
()
Description
Display the Property Bar dialog box.
PreferencesDlg
Syntax
()
Description
Display the Preferences dialog box, which is used to set system default options.
PreferenceToolbarDlg
Syntax
()
Description
Display the Toolbar Preferences dialog box, which is used to select and customize toolbars.
PreferenceToolPaletteDlg
Syntax
()
Description
Display the Tool Palette dialog box.
PrefLOFDlg
Syntax
()
Description
Display the Location of Files dialog box.
numeric:=PrintBlackWhite
Syntax
(State: enumeration)
Description
Set the print black and white option.
Parameters
State: enumeration (optional) False!
True!
numeric:=PrintCopies
Syntax
(NumberOfCopies: numeric)
Description
Set the number of copies you want to print.
Parameters
NumberOfCopies: numeric (optional) The number of copies to print.
any:=PrintDestination
Syntax
(Destination: any)
Description
Set the destination for the current print job.
Parameters
Destination: any (optional) The destination for print jobs.