AutoLayout.AddCircle
Overloads
| AddCircle(Single, [Optional] Boolean, Single?) | Adds a Circle to the AutoLayout . | 
| AddCircle(Single, Single, [Optional] Boolean, Single?) | Adds a Circle to the AutoLayout . | 
AddCircle(Single, [Optional] Boolean, Single?)
Adds a Circle to the AutoLayout .
public Circle AddCircle(float radius, [bool newPage = False], [float? topPadding = null])
Function AddCircle(radius As Single, Optional newPage As Boolean = False, Optional topPadding As Single? = null) As Circle
Parameters
- radius
 - Single
 
Radius of the circle.
- newPage
 - Boolean
 
Adds the element to the next page if set to true. By default it is false.
- topPadding
 - Single?
 
Top padding for the element.
Returns
Returns a Circle object.
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
 - An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
 - A DynamicPDF Core Suite for .NET v12.X Developer License.
 
AddCircle(Single, Single, [Optional] Boolean, Single?)
Adds a Circle to the AutoLayout .
public Circle AddCircle(float radiusX, float radiusY, [bool newPage = False], [float? topPadding = null])
Function AddCircle(radiusX As Single, radiusY As Single, Optional newPage As Boolean = False, Optional topPadding As Single? = null) As Circle
Parameters
- radiusX
 - Single
 
Horizontal radius of the circle.
- radiusY
 - Single
 
Vertical radius of the circle.
- newPage
 - Boolean
 
Adds the element to the next page if set to true. By default it is false.
- topPadding
 - Single?
 
Top padding for the element.
Returns
Returns a Circle object.
Licensing Info
This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
 - An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
 - A DynamicPDF Core Suite for .NET v12.X Developer License.