[]
Initializes a new instance of the PdfEnum<TEnum> struct
using a TEnum value.
public PdfEnum(TEnum value)
| Type | Name | Description |
|---|---|---|
| TEnum | value | The |
Initializes a new instance of the PdfEnum<TEnum> struct
using a PdfName object.
The passed PdfName is converted to TEnum if possible.
public PdfEnum(PdfName value)
| Type | Name | Description |
|---|---|---|
| PdfName | value | The string representing a |
Initializes a new instance of the PdfEnum<TEnum> struct
using a string.
The passed string is converted to TEnum if possible.
public PdfEnum(string value)
| Type | Name | Description |
|---|---|---|
| string | value | The string representing a |