Gets or sets the default interior color for ellipse annotations.
'Declaration
<BrowsableAttribute(True)>
<CategoryAttribute("PDF Annotations")>
<DescriptionAttribute("Default color for drawing the interior of ellipse annotations")>
<DefaultValueAttribute(System.Drawing.Color, "Transparent")>
Public Property DefaultEllipseAnnotationInteriorColor As Color
'Usage
Dim instance As PDFPageView
Dim value As Color
instance.DefaultEllipseAnnotationInteriorColor = value
value = instance.DefaultEllipseAnnotationInteriorColor
[Browsable(true)]
[Category("PDF Annotations")]
[Description("Default color for drawing the interior of ellipse annotations")]
[DefaultValue(System.Drawing.Color, "Transparent")]
public Color DefaultEllipseAnnotationInteriorColor {get; set;}
[Browsable(true)]
[Category("PDF Annotations")]
[Description("Default color for drawing the interior of ellipse annotations")]
[DefaultValue(System.Drawing.Color, "Transparent")]
public: __property Color get_DefaultEllipseAnnotationInteriorColor();
public: __property void set_DefaultEllipseAnnotationInteriorColor(
Color value
);
[Browsable(true)]
[Category("PDF Annotations")]
[Description("Default color for drawing the interior of ellipse annotations")]
[DefaultValue(System.Drawing.Color, "Transparent")]
public:
property Color DefaultEllipseAnnotationInteriorColor {
Color get();
void set ( Color value);
}
Property Value
The default color used to draw the interior of ellipse annotation on the screen.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2