PDFView4NET WinForms Edition
HatchColor Property (PDFSCAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFSCAnnotation Class : HatchColor Property
Gets or sets the annotation's hatch color.
Syntax
'Declaration
 
Public Property HatchColor As PDFRgbColor
'Usage
 
Dim instance As PDFSCAnnotation
Dim value As PDFRgbColor
 
instance.HatchColor = value
 
value = instance.HatchColor
public PDFRgbColor HatchColor {get; set;}
public: __property PDFRgbColor* get_HatchColor();
public: __property void set_HatchColor( 
   PDFRgbColor* value
);
public:
property PDFRgbColor^ HatchColor {
   PDFRgbColor^ get();
   void set (    PDFRgbColor^ value);
}

Property Value

The annotation hatch color.
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

PDFSCAnnotation Class
PDFSCAnnotation Members