אוסף פעולות
סקירה
ActionCollection היא מחלקה ב‑Aspose.PDF FOSS עבור .NET.
יורשת מ: IEnumerable<PdfAction>.
אוסף של פעולות המשויכות להערה.
המחלקה הזו מספקת 8 שיטות לעבודה עם אובייקטים מסוג ActionCollection בתוכניות .NET.
השיטות הזמינות כוללות: Add, Clear, Contains, CopyTo, Delete, GetEnumerator, Remove.
כל החברים הציבוריים נגישים לכל יישום .NET לאחר התקנת חבילת Aspose.PDF FOSS for .NET.
מאפיינים: Count, IsReadOnly, IsSynchronized, SyncRoot.
מאפיינים
| שם | סוג | גישה | תיאור |
|---|---|---|---|
Count | int | Read | מספר הפעולות באוסף. |
IsReadOnly | bool | Read | מקבל את ערך קריאה בלבד. |
IsSynchronized | bool | Read | מקבל את ערך מסונכרן. |
SyncRoot | object | Read | מקבל את שורש הסינכרון. |
שיטות
| Signature | Description |
|---|---|
Delete(index: int) | מוחק פעולה באינדקס המוגדר שמתחיל מ‑1 (מתאים ל‑.NET Aspose.PDF API). |
Delete() | מוחק את כל הפעולות (מנקה את /A לחלוטין). |
Add(action: PdfAction) | מוסיף פעולה לאוסף. |
Contains(item: PdfAction) | קורא ל‑Contains על מופע ActionCollection זה. |
CopyTo(array: PdfAction[], index: int) | קורא ל‑CopyTo על מופע ActionCollection זה. |
Remove(item: PdfAction) | קורא ל‑Remove על מופע ActionCollection זה. |
Clear() | קורא ל‑Clear על מופע ActionCollection זה. |
GetEnumerator() | קורא ל‑GetEnumerator על מופע ActionCollection זה. |