Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / HideMarginsAvail Property

In This Topic
    HideMarginsAvail Property
    In This Topic
    Gets a value indicating whether horizontal or vertical margins can be hidden on the current document. Margins can hide if all pages have the same size. Additionally, horizontal margins can also hide if the preview has one column.
    Syntax
    'Declaration
     
    Public ReadOnly Property HideMarginsAvail As HideMarginsFlags
    public HideMarginsFlags HideMarginsAvail {get;}
    See Also