Table of Contents
PdfViewerErrorCode Enumeration

Specifies error code uses by PdfViewerException

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

Syntax
 public enum PdfViewerErrorCode
Members
Member Name Description
OK No errors.
NotReady The PdfViewer is not ready for the operation requested.
WebViewError An error has occurred on the underlying WebView.
InvalidPDFFile The resource to be loaded is not a PDF file.
IsEmpty The PdfViewer is empty.
See Also