[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfName.IsNullOrEmpty

IsNullOrEmpty Method

IsNullOrEmpty(PdfName)

Returns true if value is null or empty (zero length).

Declaration
public static bool IsNullOrEmpty(PdfName value)
Public Shared Function IsNullOrEmpty(value As PdfName) As Boolean
Parameters
Type Name Description
PdfName value
Returns
Type Description
bool