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