CreateStringsArray Method
In This Topic
Creates the
PdfArray of
PdfString objects, returns null if is null.
Syntax
'Declaration
Public Shared Function CreateStringsArray( _
ByVal As System.Collections.Generic.IEnumerable(Of String), _
Optional ByVal As System.Boolean _
) As PdfArray
public static PdfArray CreateStringsArray(
System.Collections.Generic.IEnumerable<string> ,
System.bool
)
Parameters
- strings
- The list of strings.
- skipEmpty
- Indicates whether to skip empty or null strings.
Return Value
The created
PdfArray object.
See Also