PrintDocument for WinForms
C1PreviewPane.LayoutSection クラス
メンバ 


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 : C1PreviewPane.LayoutSection クラス
Helper class providing a section inside which the preview layout is suspended. Should be used to enclose fragments of code where several properties on which the preview pages layout depends are changed. Layout updating is suspended between the construction and disposing of the class instance. Sample usage: using (LayoutSection ls = new LayoutSection(previewPane)) { ..code... }.
オブジェクト モデル
C1PreviewPane.LayoutSection クラス
シンタックス
'宣言
 
Public Class C1PreviewPane.LayoutSection 
'使用法
 
Dim instance As C1PreviewPane.LayoutSection
public class C1PreviewPane.LayoutSection 
継承階層

System.Object
   C1.Win.C1Preview.C1PreviewPane.LayoutSection

参照

C1PreviewPane.LayoutSection メンバ
C1.Win.C1Preview 名前空間