←Select platform

HorizontalRadius Property

Summary

Horizontal radius of this ellipse annotation.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly