[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfArray.CreateStringsArray

CreateStringsArray Method

CreateStringsArray(IEnumerable<string>, bool)

Creates the PdfArray of PdfString objects, returns null if strings is null.

Declaration
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
Parameters
Type Name Description
IEnumerable<string> strings

The list of strings.

bool skipEmpty

Indicates whether to skip empty or null strings.

Returns
Type Description
PdfArray

The created PdfArray object.