PDFView4NET WinForms Edition
DefaultInkAnnotationColor Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : DefaultInkAnnotationColor Property
Gets or sets the default ink color.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<CategoryAttribute("PDF Annotations")>
<DescriptionAttribute("Default color for drawing ink annotations")>
<DefaultValueAttribute(System.Drawing.Color, "Red")>
Public Property DefaultInkAnnotationColor As Color
'Usage
 
Dim instance As PDFPageView
Dim value As Color
 
instance.DefaultInkAnnotationColor = value
 
value = instance.DefaultInkAnnotationColor
[Browsable(true)]
[Category("PDF Annotations")]
[Description("Default color for drawing ink annotations")]
[DefaultValue(System.Drawing.Color, "Red")]
public Color DefaultInkAnnotationColor {get; set;}
[Browsable(true)]
[Category("PDF Annotations")]
[Description("Default color for drawing ink annotations")]
[DefaultValue(System.Drawing.Color, "Red")]
public: __property Color get_DefaultInkAnnotationColor();
public: __property void set_DefaultInkAnnotationColor( 
   Color value
);
[Browsable(true)]
[Category("PDF Annotations")]
[Description("Default color for drawing ink annotations")]
[DefaultValue(System.Drawing.Color, "Red")]
public:
property Color DefaultInkAnnotationColor {
   Color get();
   void set (    Color value);
}

Property Value

The default color used to draw the ink annotation on the screen.
Requirements

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

See Also

Reference

PDFPageView Class
PDFPageView Members