Click or drag to resize

PdfDictionaryCreate Method

Overload List
 NameDescription
Public methodStatic memberCreate Creates a new instance of the PdfDictionary class.
Public methodStatic memberCreate(IEnumerablePdfDictionaryEntry) Creates a new instance of the PdfDictionary class that contains entries copied from the specified collection and has sufficient capacity to accommodate the number of entries copied.
Public methodStatic memberCreate(Int32) Creates a new instance of the PdfDictionary class that is empty and has the specified initial capacity.
Public methodStatic memberCreate(PdfDictionaryEntry) Creates a new instance of the PdfDictionary class that contains entries copied from the specified collection and has sufficient capacity to accommodate the number of entries copied.
Top
See Also