Abstract base drawel for drawels which can change the current page settings and/or page headers and footers. (Currently DrawelRoot and DrawelNewPage).

Namespace:  C1.C1PrintDocument.DocEngine.Src
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public abstract class DrawelPageSetting : Drawel
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public MustInherit Class DrawelPageSetting _
	Inherits Drawel

Inheritance Hierarchy

See Also