PtrDevice:SetPrinterToDefault() Method
<< Click to Display Table of Contents >> PtrDevice:SetPrinterToDefault() Method |
![]() ![]() ![]() |
Purpose
To select the default Windows printer.
Syntax
<oPtrDevice>:SetPrinterToDefault() → lSuccess (LOGIC)
Description
This method selects the default Windows printer and returns TRUE if successful.
Example
// Select the default printer
oPtrDevice:SetPrinterToDefault()