LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

HorizontalRadius Property






Gets or sets the horizontal radius of this ellipse annotation.
Syntax
public double HorizontalRadius {get; set;}
'Declaration
 
Public Property HorizontalRadius As Double
'Usage
 
Dim instance As PDFEllipseAnnotation
Dim value As Double
 
instance.HorizontalRadius = value
 
value = instance.HorizontalRadius
public double HorizontalRadius {get; set;}
 get_HorizontalRadius();
set_HorizontalRadius(value);
public:
property double HorizontalRadius {
   double get();
   void set (    double value);
}

Property Value

A System.Double that represents the horizontal radius, in PDF units (1/72 of an inch from the bottom-left), of the ellipse annotation. The default value is 0 System.Double.
Example

For an example, refer to PDFEllipseAnnotation.

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

PDFEllipseAnnotation Class
PDFEllipseAnnotation Members
PDF Coordinate System

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.