[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Writer.PdfStreamWriterBase.AddDictEntryStringNotEmpty

AddDictEntryStringNotEmpty Method

AddDictEntryStringNotEmpty(PdfName, string)

Adds a dictionary entry with PDF string value. If string contains chars with code greater than 126 it encoded as unicode. The string is encrypted if an encryption specified for document.

Declaration
public void AddDictEntryStringNotEmpty(PdfName key, string value)
Public Sub AddDictEntryStringNotEmpty(key As PdfName, value As String)
Parameters
Type Name Description
PdfName key
string value