[]
Initializes a new instance of the PdfEnum<TEnum> struct
using a TEnum
value.
public PdfEnum(TEnum value)
Public Sub New(value As TEnum)
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)
Public Sub New(value As PdfName)
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)
Public Sub New(value As String)
Type | Name | Description |
---|---|---|
string | value | The string representing a |