SaveOptions.HtmlBorderLineType
SaveOptions.HtmlBorderLineType enumeration
Represents line types that can be used in result document for drawing borders or another lines
public enum HtmlBorderLineType
Values
Name | Value | Description |
---|---|---|
None | 0 |
No line will be shown |
Dotted | 1 |
dotted line will be shown |
Dashed | 2 |
dashed line will be shown |
Solid | 3 |
solid line will be shown |
Double | 4 |
double line will be shown |
Groove | 5 |
grove line will be shown |
Ridge | 6 |
ridhe line will be shown |
Inset | 7 |
inset line will be shown |
Outset | 8 |
outset line will be shown |
See Also
- class SaveOptions
- namespace Aspose.Pdf
- assembly Aspose.PDF