ComponentOne VSView 8.0
MarginBottom Property

Returns or sets the bottom margin, in twips.

Syntax

[form!]VSPrinter.MarginBottom[ = value As Variant ]

Remarks

The MarginBottom property measures the space between the text and the bottom of the page. If the MarginFooter property is set to zero, MarginBottom also determines the position of the page footers.

When text wraps past the bottom margin, or when table rows exceed it, the VSPrinter control automatically causes a column or page break. To disable page breaks -- to write on the margins, for example -- set MarginBottom to a negative value (remember to restore it later).

You may specify units with this value (inches, points, twips, cm, mm, or pixels). The default unit is twips. For details on using unit-aware measurements, see the Using Unit-Aware Properties topic.

For a diagram showing the effect of the Margin properties, see the MarginLeft property.

Data Type

Variant

Default Value

1440

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback