Enum PdfHatchStyle
Specifies constant values for hatch patterns used in PDF graphics.
Namespace: Syncfusion.Pdf.Graphics
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public enum PdfHatchStyle
Fields
Name | Description |
---|---|
BackwardDiagonal | Specifies a pattern of lines on a diagonal from upper right to lower left. |
Cross | Specifies a pattern of horizontal and vertical lines that cross. |
DarkDownwardDiagonal | Specifies diagonal lines that slant to the right from top points to bottom points, are spaced 50 percent closer together than, and are twice the width of ForwardDiagonal. |
DarkHorizontal | Specifies horizontal lines that are spaced 50 percent closer together than Horizontal and are twice its width. |
DarkUpwardDiagonal | Specifies diagonal lines that slant to the left from top points to bottom points, are spaced 50 percent closer together than BackwardDiagonal, and are twice its width. |
DarkVertical | Specifies vertical lines that are spaced 50 percent closer together than Vertical and are twice its width. |
DashedDownwardDiagonal | Specifies dashed diagonal lines that slant to the right from top points to bottom points. |
DashedHorizontal | Specifies dashed horizontal lines. |
DashedUpwardDiagonal | Specifies dashed diagonal lines that slant to the left from top points to bottom points. |
DashedVertical | Specifies dashed vertical lines. |
DiagonalBrick | Specifies a hatch pattern that has the appearance of layered bricks that slant to the left from top points to bottom points. |
DiagonalCross | Specifies a pattern of crisscross diagonal lines. |
Divot | Specifies a hatch pattern that has the appearance of divots. |
DottedDiamond | Specifies forward diagonal and backward diagonal lines, each composed of dots, that cross. |
DottedGrid | Specifies horizontal and vertical lines, each composed of dots, that cross. |
ForwardDiagonal | Specifies a pattern of lines on a diagonal from upper left to lower right. |
Horizontal | Specifies a pattern of horizontal lines. |
HorizontalBrick | Specifies a hatch pattern that has the appearance of horizontally layered bricks. |
LargeCheckerBoard | Specifies a hatch pattern that has the appearance of a checkerboard with squares that are twice the size of SmallCheckerBoard. |
LargeConfetti | Specifies a hatch pattern that has the appearance of larger pieces of confetti. |
LargeGrid | Specifies the hatch style for large grid. |
LightDownwardDiagonal | Specifies diagonal lines that slant to the right from top points to bottom points and are spaced 50 percent closer together than ForwardDiagonal. |
LightHorizontal | Specifies horizontal lines that are spaced 50 percent closer together than Horizontal. |
LightUpwardDiagonal | Specifies diagonal lines that slant to the left from top points to bottom points and are spaced 50 percent closer together than BackwardDiagonal. |
LightVertical | Specifies vertical lines that are spaced 50 percent closer together than Vertical. |
Max | Specifies the maximum hatch style value. |
Min | Specifies the minimum hatch style value. |
NarrowHorizontal | Specifies horizontal lines that are spaced 75 percent closer together than Horizontal. |
NarrowVertical | Specifies vertical lines that are spaced 75 percent closer together than Vertical. |
OutlinedDiamond | Specifies forward diagonal and backward diagonal lines that cross but are not antialiased. |
Percent05 | Specifies a 5-percent hatch pattern. The ratio of foreground color to background color is 5:95. |
Percent10 | Specifies a 10-percent hatch pattern. The ratio of foreground color to background color is 10:90. |
Percent20 | Specifies a 20-percent hatch pattern. The ratio of foreground color to background color is 20:80. |
Percent25 | Specifies a 25-percent hatch pattern. The ratio of foreground color to background color is 25:75. |
Percent30 | Specifies a 30-percent hatch pattern. The ratio of foreground color to background color is 30:70. |
Percent40 | Specifies a 40-percent hatch pattern. The ratio of foreground color to background color is 40:60. |
Percent50 | Specifies a 50-percent hatch pattern. The ratio of foreground color to background color is 50:50. |
Percent60 | Specifies a 60-percent hatch pattern. The ratio of foreground color to background color is 60:40. |
Percent70 | Specifies a 70-percent hatch pattern. The ratio of foreground color to background color is 70:30. |
Percent75 | Specifies a 75-percent hatch pattern. The ratio of foreground color to background color is 75:25. |
Percent80 | Specifies an 80-percent hatch pattern. The ratio of foreground color to background color is 80:20. |
Percent90 | Specifies a 90-percent hatch pattern. The ratio of foreground color to background color is 90:10. |
Plaid | Specifies a hatch pattern that has the appearance of plaid material. |
Shingle | Specifies a hatch pattern that has the appearance of diagonally layered shingles that slant to the right from top points to bottom points. |
SmallCheckerBoard | Specifies a hatch pattern that has the appearance of a checkerboard. |
SmallConfetti | Specifies a hatch pattern that has the appearance of confetti. |
SmallGrid | Specifies horizontal and vertical lines that cross and are spaced 50 percent closer together than Cross. |
SolidDiamond | Specifies a hatch pattern that has the appearance of a checkerboard placed diagonally. |
Sphere | Specifies a hatch pattern that has the appearance of spheres laid adjacent to one another. |
Trellis | Specifies a hatch pattern that has the appearance of a trellis. |
Vertical | Specifies a pattern of vertical lines. |
Wave | Specifies horizontal lines that are composed of tildes. |
Weave | Specifies a hatch pattern that has the appearance of woven material. |
WideDownwardDiagonal | Specifies diagonal lines that slant to the right from top points to bottom points, have the same spacing as ForwardDiagonal, and are triple its width. |
WideUpwardDiagonal | Specifies diagonal lines that slant to the left from top points to bottom points, have the same spacing as BackwardDiagonal, and are triple its width. |
ZigZag | Specifies horizontal lines that are composed of zigzags. |