PDFView4NET WinForms Edition
HatchType Property (PDFPolygonAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFPolygonAnnotation Class : HatchType Property
Gets or sets the type of the hatched filling.
Syntax
'Declaration
 
Public Property HatchType As PDFHatchType
'Usage
 
Dim instance As PDFPolygonAnnotation
Dim value As PDFHatchType
 
instance.HatchType = value
 
value = instance.HatchType
public PDFHatchType HatchType {get; set;}
public: __property PDFHatchType get_HatchType();
public: __property void set_HatchType( 
   PDFHatchType value
);
public:
property PDFHatchType HatchType {
   PDFHatchType get();
   void set (    PDFHatchType value);
}
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

PDFPolygonAnnotation Class
PDFPolygonAnnotation Members