FlexReport for WinForms
PageSettings プロパティ (C1PrintOptions)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > C1PrintOptions クラス : PageSettings プロパティ
Gets or sets the C1PageSettings object defining the page settings, size, landscape etc, can be null in this case the C1DocumentSource.PageSettings will be used. This property does not force C1DocumentSource to repaginate, it affects only the printer's paper size, the document's pages will be scaled to fit.
シンタックス
'宣言
 
Public Property PageSettings As C1PageSettings
'使用法
 
Dim instance As C1PrintOptions
Dim value As C1PageSettings
 
instance.PageSettings = value
 
value = instance.PageSettings
public C1PageSettings PageSettings {get; set;}
参照

参照

C1PrintOptions クラス
C1PrintOptions メンバ