PDF3DCrossSectionArray
סקירה
PDF3DCrossSectionArray היא מחלקה ב‑Aspose.PDF FOSS עבור .NET.
אוסף מסודר של ערכי PDF3DCrossSection המיושמים לתצוגת PDF 3D.
מחלקה זו מספקת 4 שיטות לעבודה עם אובייקטים מסוג PDF3DCrossSectionArray בתוכניות .NET.
השיטות הזמינות כוללות: Add, PDF3DCrossSectionArray, RemoveAll, RemoveAt.
כל החברים הציבוריים נגישים לכל יישום .NET לאחר התקנת חבילת Aspose.PDF FOSS for .NET.
מאפיינים: Count.
תכונות
| שם | סוג | גישה | תיאור |
|---|---|---|---|
Count | int | קריאה | מקבל את הספירה. |
שיטות
| Signature | Description |
|---|---|
PDF3DCrossSectionArray(doc: Document) | קורא ל‑PDF3DCrossSectionArray על מופע PDF3DCrossSectionArray זה. |
Add(crossSection: PDF3DCrossSection) | קורא ל‑Add על מופע PDF3DCrossSectionArray זה. |
RemoveAll() | קורא ל‑RemoveAll על מופע PDF3DCrossSectionArray זה. |
RemoveAt(index: int) | קורא ל‑RemoveAt על מופע PDF3DCrossSectionArray זה. |