[]
        
(Showing Draft Content)

C1.Win.C1Preview.C1PreviewPane.LayoutSection

C1PreviewPane.LayoutSection Class

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... }.

Inheritance
C1PreviewPane.LayoutSection
Implements
Namespace: C1.Win.C1Preview
Assembly: C1.Win.PrintPreview.8.dll
Syntax
public class C1PreviewPane.LayoutSection : IDisposable

Constructors

Name Description
LayoutSection(C1PreviewPane, HistorySavedActionsEnum)

Initializes a new instance of the LayoutSection class.

Methods

Name Description
Dispose()

Releases the resources used by the layout section. Updates the preview pane layout.