PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane.LayoutSection Class
Members

In This Topic
    C1PreviewPane.LayoutSection Class
    In This Topic
    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... }.
    Object Model
    C1PreviewPane.LayoutSection Class
    Syntax
    'Declaration
     
    Public Class C1PreviewPane.LayoutSection 
    public class C1PreviewPane.LayoutSection 
    Inheritance Hierarchy

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

    See Also