Gets or sets the y-coordinate that is at the bottom edge of this
RasterDocumentRectangle structure.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Bottom As Integer |
C# | |
---|
public int Bottom {get; set;} |
C++/CLI | |
---|
public:
property int Bottom {
int get();
void set (int value);
} |
Return Value
The y-coordinate that is at the bottom edge of this RasterDocumentRectangle.
structure.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also