←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 radius) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly