ComponentOne Reports for WPF
C1.C1Report Namespace / Layout Class / MarginBottom Property

In This Topic
    MarginBottom Property (Layout)
    In This Topic
    Gets or sets the bottom margin for each page, in twips.
    Syntax
    'Declaration
     
    Public Property MarginBottom As Double
    public double MarginBottom {get; set;}
    Remarks
    The margins are measured in twips, from the edges of the paper. You can select the paper size and orientation using the PaperSize and Orientation properties.
    See Also