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

In This Topic
    IsNullOrEmpty Method (IPdfNameExt)
    In This Topic
    Indicates whether this IPdfName is a null reference (Nothing in Visual Basic) or has zero length.
    Syntax
    'Declaration
     
    Public Shared Function IsNullOrEmpty( _
       ByVal pnm As IPdfName _
    ) As System.Boolean
    public static System.bool IsNullOrEmpty( 
       IPdfName pnm
    )

    Parameters

    pnm
    See Also