Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfDictHolderExt Class / SetNonEmptyString Method
The current PDF dictionary holder.
The key of the value to set or remove.
The value to set.

In This Topic
    SetNonEmptyString Method
    In This Topic
    Sets a PdfString value associated with the specified key, or removes the existing key if value is null or empty.
    Syntax
    'Declaration
     
    Public Shared Sub SetNonEmptyString( _
       ByVal pdh As IPdfDictHolder, _
       ByVal key As System.String, _
       ByVal value As System.String _
    ) 
    public static void SetNonEmptyString( 
       IPdfDictHolder pdh,
       System.string key,
       System.string value
    )

    Parameters

    pdh
    The current PDF dictionary holder.
    key
    The key of the value to set or remove.
    value
    The value to set.
    See Also