CapabilitiesPaperSizes Property |
Gets the collection of the
PaperSize values supported by the printer.
Namespace:
DotNetBrowser.Print
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax public IReadOnlyCollection<PaperSize> PaperSizes { get; }
Property Value
Type:
IReadOnlyCollectionPaperSizeThe collection of the
PaperSize values supported by the printer.
See Also