PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / DocumentBody Class / Stacking Property

In This Topic
    Stacking Property (DocumentBody)
    In This Topic
    Gets the stacking rules for the current DocumentBody. Use C1PrintDocument.Stacking to set the stacking rules.
    Syntax
    'Declaration
     
    Public ReadOnly Property Stacking As StackingRulesEnum
    public StackingRulesEnum Stacking {get;}
    See Also