Gets or sets the x-coordinate that is at the right edge of this
RasterDocumentRectangle structure.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Right As Integer |
C# | |
---|
public int Right {get; set;} |
C++/CLI | |
---|
public:
property int Right {
int get();
void set (int value);
} |
Return Value
The x-coordinate that is at the right 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