PDFView4NET WPF Edition
URX Property




O2S.Components.PDFView4NET Namespace > PDFRectangle Class : URX Property
Gets or sets X coordinate of the upper right corner.
Syntax
'Declaration
 
Public Property URX As Double
'Usage
 
Dim instance As PDFRectangle
Dim value As Double
 
instance.URX = value
 
value = instance.URX
public double URX {get; set;}
public: __property double get_URX();
public: __property void set_URX( 
   double value
);
public:
property double URX {
   double get();
   void set (    double value);
}

Property Value

The X coordinate of the upper right corner of the rectangle.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFRectangle Class
PDFRectangle Members