Click or drag to resize

CapabilitiesPaperSizes Property

Gets the collection of the PaperSize values supported by the printer.

Namespace:  DotNetBrowser.Print
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public IReadOnlyCollection<PaperSize> PaperSizes { get; }

Property Value

Type: IReadOnlyCollectionPaperSize
The collection of the PaperSize values supported by the printer.
See Also