←Select platform

VerticalRadius Property

Summary
Vertical radius of this ellipse annotation.
Syntax
C#
VB
C++
Java
public double VerticalRadius { get; set; } 
Public Property VerticalRadius As Double 
public double getVerticalRadius(); 
public void setVerticalRadius( 
   double doubleValue 
); 
public: 
property double VerticalRadius { 
   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.