ImagePlacementCollection
סקירה
ImagePlacementCollection היא מחלקה ב‑Aspose.PDF FOSS עבור .NET.
יורשת מ: IReadOnlyList<ImagePlacement>.
אוסף של פריטי ImagePlacement.
מחלקה זו מספקת 6 שיטות לעבודה עם אובייקטים מסוג ImagePlacementCollection בתוכניות .NET.
השיטות הזמינות כוללות: Add, Clear, Contains, CopyTo, GetEnumerator, Remove.
כל החברים הציבוריים נגישים לכל יישום .NET לאחר התקנת החבילה Aspose.PDF FOSS for .NET.
מאפיינים: Count, IsReadOnly, IsSynchronized, SyncRoot.
מאפיינים
| שם | סוג | גישה | תיאור |
|---|---|---|---|
Count | int | קריאה | מספר מיקומי תמונות. |
IsReadOnly | bool | קריאה | מקבל אם הוא קריאה בלבד. |
IsSynchronized | bool | קריאה | מקבל אם הוא מסונכרן. |
SyncRoot | object | קריאה | מקבל את שורש הסינכרון. |
שיטות
| Signature | Description |
|---|---|
Add(fragment: ImagePlacement) | קורא ל‑Add על מופע זה של ImagePlacementCollection. |
Contains(item: ImagePlacement) | קורא ל‑Contains על מופע זה של ImagePlacementCollection. |
CopyTo(array: ImagePlacement[], index: int) | קורא ל‑CopyTo על מופע זה של ImagePlacementCollection. |
Remove(item: ImagePlacement) | קורא ל‑Remove על מופע זה של ImagePlacementCollection. |
Clear() | קורא ל‑Clear על מופע זה של ImagePlacementCollection. |
GetEnumerator() | קורא ל‑GetEnumerator על מופע זה של ImagePlacementCollection. |