Gets or sets the PageSettings object defining the page settings (page size, orientation and so on). This can be null in which case System.Drawing.Printing.PrinterSettings.DefaultPageSettings will be used. This property does not force C1DocumentSource to repaginate, it only affects the printer's paper size. The document's pages will be scaled to fit it.
Syntax
'Declaration
Public Property PageSettings As System.Drawing.Printing.PageSettings
public System.Drawing.Printing.PageSettings PageSettings {get; set;}
See Also