PDFView4NET WinForms Edition
PDFHatchType Enumeration




O2S.Components.PDFView4NET.Graphics Namespace : PDFHatchType Enumeration
Specifies the available style for hatched fills.
Syntax
'Declaration
 
Public Enum PDFHatchType 
   Inherits System.Enum
'Usage
 
Dim instance As PDFHatchType
public enum PDFHatchType : System.Enum 
__value public enum PDFHatchType : public System.Enum 
public enum class PDFHatchType : public System.Enum 
Members
MemberDescription
BackwardDiagonalA pattern of lines on a diagonal from upper right to lower left.
CrossSpecifies horizontal and vertical lines that cross.
DiagonalCrossSpecifies forward diagonal and backward diagonal lines that cross
ForwardDiagonalA pattern of lines on a diagonal from upper left to lower right.
HorizontalA pattern of horizontal lines.
NoneNo hatched fill.
VerticalA pattern of vertical lines.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.Graphics.PDFHatchType

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

O2S.Components.PDFView4NET.Graphics Namespace