←Select platform

HorizontalRadius Property

Summary
Horizontal radius of this ellipse annotation.
Syntax
C#
VB
C++
Java
public double HorizontalRadius { get; set; } 
Public Property HorizontalRadius As Double 
public double getHorizontalRadius(); 
public void setHorizontalRadius( 
   double doubleValue 
); 
public: 
property double HorizontalRadius { 
   double get(); 
   void set (    double ); 
} 

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

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.