Syntax
| Printer.PaerSizes(vsPaperSizeSettings)
|
|---|---|
Description
| Returns whether a given paper size is available on the current printer.
Use this property to make sure a specific paper bin is available before selecting it with the PaperSize property, or to build a list of available paper sizes for selection by the user.
For example, the code below shows which sizes are available on the current device.
|
See Also
| |
Example
| Sub Main |