Gets or sets page settings associated with the current document.
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.
シンタックス
'宣言
Public Property PageSettings As System.Drawing.Printing.PageSettings
'使用法
Dim instance As C1PreviewPane
Dim value As System.Drawing.Printing.PageSettings
instance.PageSettings = value
value = instance.PageSettings
public System.Drawing.Printing.PageSettings PageSettings {get; set;}
プロパティ値
A snapshot of the current page settings.
参照