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. |