PeachPDF
PeachPDF
HtmlRenderErrorType Enum
The pipeline phase a HtmlRenderException was raised from. Set on RenderErrorType.
public enum HtmlRenderErrorType
Fields
General 0
An error that doesn’t fit one of the more specific categories below.
CssParsing 1
The stylesheet (author, inline, or @imported) could not be parsed or loaded.
HtmlParsing 2
The HTML document could not be parsed.
Image 3
An image referenced by the document (<img>, background-image, list-style-image) could not be loaded or decoded.
Paint 4
An error occurred while painting a box to the PDF page.
Layout 5
An error occurred while computing layout (position/size) for a box.
KeyboardMouse 6
Reserved; not currently raised by PeachPDF. Inherited from this engine’s interactive-viewer origins, where it covered keyboard/mouse input handling.
Iframe 7
Reserved; not currently raised by PeachPDF. Inherited from this engine’s interactive-viewer origins, where it covered <iframe> navigation.
ContextMenu 8
Reserved; not currently raised by PeachPDF. Inherited from this engine’s interactive-viewer origins, where it covered right-click context menu handling.