GraphicElementCollection
نظرة عامة
GraphicElementCollection هي فئة في Aspose.PDF FOSS لـ .NET.
ترث من: IEnumerable<GraphicElement>.
مجموعة قابلة للتعديل من إدخالات GraphicElement.
توفر هذه الفئة 8 طرق للعمل مع كائنات GraphicElementCollection في برامج .NET.
تشمل الطرق المتاحة: Add، Clear، Contains، CopyTo، GetEnumerator، GraphicElementCollection، Remove، ToString.
جميع الأعضاء العامة متاحة لأي تطبيق .NET بعد تثبيت حزمة Aspose.PDF FOSS for .NET.
الخصائص: Count.
الخصائص
| الاسم | النوع | الوصول | الوصف |
|---|---|---|---|
Count | int | قراءة | يحصل على العدد. |
الطرق
| التوقيع | الوصف |
|---|---|
GraphicElementCollection() | يستدعي GraphicElementCollection على هذا الكائن GraphicElementCollection. |
Add(item: GraphicElement) | يستدعي Add على هذا الكائن GraphicElementCollection. |
Clear() | يستدعي Clear على هذا الكائن GraphicElementCollection. |
Contains(item: GraphicElement) | يستدعي Contains على هذا الكائن GraphicElementCollection. |
CopyTo(array: GraphicElement[], arrayIndex: int) | يستدعي CopyTo على هذا الكائن GraphicElementCollection. |
Remove(item: GraphicElement) | يستدعي Remove على هذا الكائن GraphicElementCollection. |
GetEnumerator() | يستدعي GetEnumerator على هذا الكائن GraphicElementCollection. |
ToString() | يستدعي ToString على هذا الكائن GraphicElementCollection. |