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.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public HideMarginsFlags HideMarginsAvail { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property HideMarginsAvail As HideMarginsFlags
	Get

See Also