Table of Contents

Enum LayoutBoxType

Namespace
SimpleSign.HtmlToPdf.Layout
Assembly
SimpleSign.HtmlToPdf.dll

Type of layout box content.

public enum LayoutBoxType

Fields

Block = 0

Block container (div, p, h1, etc.).

HorizontalRule = 3

Horizontal rule (hr).

Image = 4

Image placeholder.

InlineText = 1

Inline text run.

LineBreak = 2

Line break (br).

ListMarker = 5

List item marker (bullet or number).

PageBreak = 6

Forced page break.