GraphicElementCollection
Pregled
GraphicElementCollection је класа у Aspose.PDF FOSS за .NET. Наслеђени од: IEnumerable<GraphicElement>.
Mutable kolekcija GraphicElement ulazaka.
Ова класа пружа 8 метода за рад са објектима GraphicElementCollection у .NET програмима. Доступне методе укључују: Add, Clear, Contains, CopyTo, GetEnumerator, GraphicElementCollection, Remove, ToString. Сви јавни чланови су доступни за било коју .NET апликацију након инсталације Aspose.PDF FOSS за .Net пакет. имовине : Count.
Svojstva
| Име | Тип | Access | Опис |
|---|---|---|---|
Count | int | читање | Vraća broj. |
Metode
| Signature | Опис |
|---|---|
GraphicElementCollection() | Позовите GraphicElementCollection на овом GraphicElementCollection инстанцији. |
Add(item: GraphicElement) | Позива Додај(име) на овом GraphicElementCollection инстанцији. |
Clear() | Позива се јасно на овом GraphicElementCollection инстанцији. |
Contains(item: GraphicElement) | Позива садржај(име) на овом GraphicElementCollection инстанцији. |
CopyTo(array: GraphicElement[], arrayIndex: int) | Позови CopyTo (ареј, ареиндек) на овом примјени GraphicElementCollection. |
Remove(item: GraphicElement) | Позови Уклоните(име) на овом GraphicElementCollection инстанцији. |
GetEnumerator() | Позовите GetEnumerator на овом GraphicElementCollection инстанцији. |
ToString() | Позовите ToString на овом GraphicElementCollection инстанцији. |