[]
        
(Showing Draft Content)

C1.Pdf.C1PdfDocumentBase.AddDictEntry

AddDictEntry Method

AddDictEntry(string, string)

Adds dictionary entry.

Declaration
public void AddDictEntry(string name, string value)
Parameters
Type Name Description
string name

The name of the dictionary entry.

string value

The value of the dictionary entry.

AddDictEntry(string, long)

Adds dictionary entry.

Declaration
public void AddDictEntry(string name, long value)
Parameters
Type Name Description
string name

The name of the dictionary entry.

long value

The interger value of the dictionary entry.