[]
public static PdfArray CreateNamesArray(IEnumerable<string> strings, bool skipEmpty = true)
Public Shared Function CreateNamesArray(strings As IEnumerable(Of String), Optional skipEmpty As Boolean = True) As PdfArray
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | strings | The list of strings. |
| bool | skipEmpty | Indicates whether to skip empty or null strings. |
| Type | Description |
|---|---|
| PdfArray | The created PdfArray object. |