Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfArray Class / CreateNamesArray Method
The list of strings.
Indicates whether to skip empty or null strings.

In This Topic
    CreateNamesArray Method
    In This Topic
    Creates the PdfArray of PdfName objects, returns null if strings is null.
    Syntax
    'Declaration
     
    Public Shared Function CreateNamesArray( _
       ByVal strings As System.Collections.Generic.IEnumerable(Of String), _
       Optional ByVal skipEmpty As System.Boolean _
    ) As PdfArray
    public static PdfArray CreateNamesArray( 
       System.Collections.Generic.IEnumerable<string> strings,
       System.bool skipEmpty
    )

    Parameters

    strings
    The list of strings.
    skipEmpty
    Indicates whether to skip empty or null strings.

    Return Value

    The created PdfArray object.
    See Also