ActiveReports.Viewer3 Request technical support
Left Property
See Also 


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

Syntax

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

Return Value

float value that represents the left margin in inches.

See Also