Name | Description | |
---|---|---|
PdfEnum<TEnum> Constructor | Overloaded. |
The following tables list the members exposed by PdfEnum<TEnum>.
Name | Description | |
---|---|---|
PdfEnum<TEnum> Constructor | Overloaded. |
Name | Description | |
---|---|---|
EnumValue | Gets the TEnum value defined by this PdfEnum<TEnum>. Throws an exception if this PdfEnum<TEnum> is represented by an unparsed PDF value. | |
IsPdfValue | Gets a value indicating whether this PdfEnum<TEnum> struct contains a PDF value which cannot be converted to PdfEnum<TEnum>. | |
IsString | Gets a value indicating whether this PdfEnum<TEnum> struct contains a string value which cannot be converted to PdfEnum<TEnum>. | |
PdfValue | Gets the PDF value defined by this PdfEnum<TEnum>. Throws an exception if this PdfEnum<TEnum> is represented by a parsed TEnum value. |
Name | Description | |
---|---|---|
Equals | Overloaded. Indicates whether this instance and a specified object are equal. | |
GetEnumValue | Returns the EnumValue if IsString is false, defValue otherwise. | |
GetHashCode | Returns the hash code for this instance. | |
ToString | Returns the fully qualified type name of this instance. |
Equality | Equality operator. |
Implicit Type Conversion | Overloaded. Converts a TEnum value to PdfEnum<TEnum>. |
Inequality | Inequality operator. |