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

In This Topic
    Stacking Property (C1PrintDocument)
    In This Topic
    Gets or sets the top-level stacking rule for the document body.

    The default value is StackingRulesEnum.BlockTopToBottom.

    Syntax
    'Declaration
     
    Public Property Stacking As StackingRulesEnum
    public StackingRulesEnum Stacking {get; set;}
    See Also