Table of Contents
HtmlToPdfErrorCode Enumeration

HTML to PDF error codes.

Namespace: EO.Pdf
Assembly: EO.Pdf (in EO.Pdf.dll)

Syntax
 public enum HtmlToPdfErrorCode
Members
Member Name Description
OK No error.
GenericError Generic error.
LoadFailed The Url/Request failed to load.
HttpError The server returned a HTTP error.
EngineBusy All conversion engines are busy.
WebViewFailed An error occurred with the underlying WebView.
Timeout An operation has timed out.
InvalidDocument The document to be converted is not recognized by the browser engine.
See Also