[]
Used to specify the weight of a line bounding an image in conjunction with ImageInfo.LineWeight.
public enum ImageLineWeight : byte
| Name | Description |
|---|---|
| Double | Specifies a double line thickness. This is thicker than the single line weight. |
| Hairline | Specifies a hairline thickness. This is the thinnest line weight available. |
| Single | Specifies a single line thickness. This is the default line weight. |
| Thick | Specifies a thick line thickness. This is the thickest line weight available. |