Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfName Class / IsNullOrEmpty Method

In This Topic
    IsNullOrEmpty Method (PdfName)
    In This Topic
    Returns true if value is null or empty (zero length).
    Syntax
    'Declaration
     
    Public Shared Function IsNullOrEmpty( _
       ByVal value As PdfName _
    ) As System.Boolean
    public static System.bool IsNullOrEmpty( 
       PdfName value
    )

    Parameters

    value
    See Also