'Declaration Public Property PageSettings As PageSettings
public PageSettings PageSettings {get; set;}
IMPORTANT NOTE: The System.Drawing.Printing.PageSettings object returned by this property is created on the fly, and any changes made to its sub-properties may be lost unless you explicitly assign the modified object to the current property.
'Declaration Public Property PageSettings As PageSettings
public PageSettings PageSettings {get; set;}