PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / Offsets Structure / Bottom Property

In This Topic
    Bottom Property (Offsets)
    In This Topic
    Gets or sets the bottom offset value.
    Syntax
    'Declaration
     
    Public Property Bottom As Unit
    public Unit Bottom {get; set;}
    Remarks
    Only absolute Unit values (such as "1mm" or "8in") are allowed.
    See Also