ActiveReports.Viewer3 Request technical support
Bottom Property
See Also 


Gets or sets the bottom margin of the page, in inches.

Syntax

Visual Basic (Declaration) 
Public Property Bottom As Single
Visual Basic (Usage)Copy Code
Dim instance As Margins
Dim value As Single
 
instance.Bottom = value
 
value = instance.Bottom
C# 
public float Bottom {get; set;}

Return Value

float value that represents the bottom margin in inches.

See Also