[]
public static PdfArray CreateNamesArray(IEnumerable<string> strings, bool skipEmpty = true)
| 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. |