PdfRadialGradientBrush public class PdfRadialGradientBrush : PdfGradientBrush Documentation public PdfBlend Blend { get; set; } public PdfExtend Extend { get; set; } public PdfColorBlend InterpolationColors { get; set; } public PdfRGBColor[] LinearColors { get; set; } public RectangleF Rectangle { get; set; } public PdfRadialGradientBrush(PointF centreStart, float radiusStart, PointF centreEnd, float radiusEnd, PdfRGBColor colorStart, PdfRGBColor colorEnd)