[Overview][Types][Classes][Variables][Index] |
The default paper name used when not selected or available in the printer device.
Source position: printers.pas line 205
public property TPaperSize.DefaultPaperName : string |
Reading a value for the property causes the SupportedPapers and DefaultPapers to be initialized if the paper sizes do not already exist. It also occurs when a new printer device is selected. When DefaultPapers is True, the first value in SupportedPapers is used as the property value. Otherwise, the default paper name for the printer device is returned.
DefaultPaperName is used when getting the value for the PaperName property.
|
The name used for the paper size, like Legal or Letter. |
|
|
The list of supported paper names for the attached printer device. |
|
|
Indicates if default paper sizes have been defined and added to SupportedPapers. |
|
|
Performs actions needed to get the name for the default paper on the print device. |
Version 4.0 | Generated 2025-05-03 | Home |