DictionaryEditor.Add
Add(string, ICosPdfPrimitive)
تعيين ICosPdfPrimitive
إلى القاموس.
public void Add(string key, ICosPdfPrimitive value)
Parameter | Type | Description |
---|
key | String | المفتاح. |
value | ICosPdfPrimitive | القيمة. |
Exceptions
exception | condition |
---|
ArgumentException | إلقاء استثناء إذا لم يكن من الممكن تعديل المفتاح/القيمة أو إزالتها. |
See Also
Add(KeyValuePair<string, ICosPdfPrimitive>)
تعيين ICosPdfPrimitive
إلى القاموس.
public void Add(KeyValuePair<string, ICosPdfPrimitive> item)
Parameter | Type | Description |
---|
item | KeyValuePair`2 | الزوج الذي يحتوي على مفتاح وقيمة. |
Exceptions
exception | condition |
---|
ArgumentException | إلقاء استثناء إذا لم يكن من الممكن تعديل المفتاح/القيمة أو إزالتها. |
See Also