Documents for PDF, .NET Edition Documentation
Offsets Constructor

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > Offsets Structure : Offsets Constructor
The Left value.
The Top value.
The Right value.
The Bottom value.
Initializes a new instance of the Offsets structure.
Syntax
'Declaration
 
Public Function New( _
   ByVal left As System.Single, _
   ByVal top As System.Single, _
   ByVal right As System.Single, _
   ByVal bottom As System.Single _
)
public Offsets( 
   System.float left,
   System.float top,
   System.float right,
   System.float bottom
)

Parameters

left
The Left value.
top
The Top value.
right
The Right value.
bottom
The Bottom value.
See Also

Reference

Offsets Structure
Offsets Members