GraphicElementCollection
Přehled
GraphicElementCollection je třída v Aspose.PDF FOSS pro .NET.
Dědí z: IEnumerable<GraphicElement>.
Mutovatelná kolekce položek GraphicElement.
Tato třída poskytuje 8 metod pro práci s objekty GraphicElementCollection v programech .NET.
Dostupné metody zahrnují: Add, Clear, Contains, CopyTo, GetEnumerator, GraphicElementCollection, Remove, ToString.
Všechny veřejné členy jsou přístupné jakékoli aplikaci .NET po instalaci balíčku Aspose.PDF FOSS for .NET.
Vlastnosti: Count.
Vlastnosti
| Název | Typ | Přístup | Popis |
|---|---|---|---|
Count | int | Číst | Vrací počet. |
Metody
| Signature | Description |
|---|---|
GraphicElementCollection() | Volá GraphicElementCollection na této instanci GraphicElementCollection. |
Add(item: GraphicElement) | Volá Add na této instanci GraphicElementCollection. |
Clear() | Volá Clear na této instanci GraphicElementCollection. |
Contains(item: GraphicElement) | Volá Contains na této instanci GraphicElementCollection. |
CopyTo(array: GraphicElement[], arrayIndex: int) | Volá CopyTo na této instanci GraphicElementCollection. |
Remove(item: GraphicElement) | Volá Remove na této instanci GraphicElementCollection. |
GetEnumerator() | Volá GetEnumerator na této instanci GraphicElementCollection. |
ToString() | Volá ToString na této instanci GraphicElementCollection. |