ActiveReports.Viewer3 Request technical support
PaperSizes Property
See Also 


Gets the paper sizes that are supported by this printer.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PaperSizes As PrinterSettings.PaperSizeCollection
Visual Basic (Usage)Copy Code
Dim instance As Printer
Dim value As PrinterSettings.PaperSizeCollection
 
value = instance.PaperSizes
C# 
public PrinterSettings.PaperSizeCollection PaperSizes {get;}

Return Value

A PrinterSettings.PaperSizeCollection that represents the paper sizes that are supported by this printer.

See Also