LEADTOOLS PDF (Leadtools.Pdf assembly)

VerticalRadius Property

Show in webframe





Gets or sets the vertical radius of this ellipse annotation.
Syntax
public double VerticalRadius {get; set;}
'Declaration
 
Public Property VerticalRadius As Double
'Usage
 
Dim instance As PDFEllipseAnnotation
Dim value As Double
 
instance.VerticalRadius = value
 
value = instance.VerticalRadius

            

            
public:
property double VerticalRadius {
   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

See Also

Reference

PDFEllipseAnnotation Class
PDFEllipseAnnotation Members
PDF Coordinate System

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.