Gets or sets the default paper size which is selected when new C1PrintDocument object is created.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public static PaperSize DefaultPaperSize { get; set; }
Visual Basic (Declaration)
Public Shared Property DefaultPaperSize As PaperSize

See Also