PdfCircleElement Class

Defines a circle drawn in a PDF document, specified by its center point and radius. Coordinates are relative to the top-left corner of the page or template

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public class PdfCircleElement
Inheritance
Object    PdfCircleElement

Constructors

PdfCircleElement Initializes a new instance of the PdfCircleElement class with the specified center and radius

Properties

Accessibility Accessibility metadata used when the host PdfDocument is tagged. The default structure type for a circle is Artifact, marking it as decorative graphic excluded from the structure tree
Border The stroke style for the circle outline, including width and dash pattern
BorderColor The border color of the circle. When null the circle is only filled
BorderOpacity The opacity of the circle border in the range 0..1. The default value is 1 which produces a fully opaque border
CenterX The X coordinate of the center in points, measured from the top-left corner of the page
CenterY The Y coordinate of the center in points, measured from the top-left corner of the page
FillColor The fill color of the circle. When null the circle is only stroked
FillOpacity The opacity of the circle fill in the range 0..1. The default value is 1 which produces a fully opaque fill
Radius The radius of the circle in points

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also