Spread WinForms 15
FarPoint.PDF Assembly / FarPoint.PDF Namespace / Exception.enum_Code Enumeration


Exception.enum_Code Enumeration
Specifies the type of error that caused the exception.
Syntax
'Declaration
 
Public Enum Exception.enum_Code 
   Inherits System.Enum
 
'Usage
 
Dim instance As Exception.enum_Code
Members
MemberDescription
ErrAlreadyProcessException is caused by already being processed
ErrIncorrectFlateStreamException is caused by an incorrect (inflated or deflated) data stream
ErrIncorrectFontDataException is caused by incorrect font data
ErrNotTrueTypeFontException is caused by the font not being a TrueType font
ErrOwnerPasswordException is caused by password is null or over length
ErrSamePassword 
ErrUnrecognizedImageFormatException is caused by an unrecognized image format
ErrUserPassword 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.PDF.Exception.enum_Code

See Also