PrintDocument for WinForms
PageSettings プロパティ (C1PreviewPane)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewPane クラス : PageSettings プロパティ
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.
参照

C1PreviewPane クラス
C1PreviewPane メンバ