Enum LayoutBoxType
- Namespace
- SimpleSign.HtmlToPdf.Layout
- Assembly
- SimpleSign.HtmlToPdf.dll
Type of layout box content.
public enum LayoutBoxType
Fields
Block = 0Block container (div, p, h1, etc.).
HorizontalRule = 3Horizontal rule (hr).
Image = 4Image placeholder.
InlineText = 1Inline text run.
LineBreak = 2Line break (br).
ListMarker = 5List item marker (bullet or number).
PageBreak = 6Forced page break.