[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfDictExt.SetStringNotEmpty

SetStringNotEmpty Method

SetStringNotEmpty(IPdfDict, PdfName, string)

Sets the String value associated with the specified key. If the value is null or empty removes the key from the dictionary. Note! The method converts a string to the PdfString.

Declaration
public static void SetStringNotEmpty(this IPdfDict dict, PdfName key, string value)
Public Shared Sub SetStringNotEmpty(dict As IPdfDict, key As PdfName, value As String)
Parameters
Type Name Description
IPdfDict dict

The current dictionary.

PdfName key

The key identifying the value.

string value

The value to set.