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