XFim de collection
Vue de l’ensemble
‘XFormCollection’ est une classe dans Aspose.PDF FOSS pour .NET. Il s’agit de : ‘IEnumerable
Collecte des ressources XForm (Form XObject) sur une page.
Cette classe fournit 11 méthodes pour travailler avec des objets XFormCollection dans les programmes .NET. Les méthodologies disponibles comprennent: ‘Add’, ‘Clear’ , ‘Containers’, CopyTo', ‘Delete', ''FreeMemory', ’GetEnumerator', ‚GatFormName, ‘Remove’. Tous les membres publics sont accessibles à n’importe quelle application .Net après l’installation de la FOSS Aspose.PDF pour le package .net. Propriétés : ‘Count’, ‘’IsReadOnly’, ‘IsSynchronized’,‘‘Syngroot`.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Number of Form XObjects. |
IsReadOnly | bool | Read | Gets the is read only. |
IsSynchronized | bool | Read | Gets the is synchronized. |
SyncRoot | object | Read | Gets the sync root. |
méthodes
| Signature | Description |
|---|---|
Delete(name: string) | Remove an XForm by name from the collection and underlying XObject dict. |
Delete(index: int) | Remove an XForm by 1-based index. |
GetEnumerator() | Calls GetEnumerator on this XFormCollection instance. |
Add(item: XForm) | Calls Add on this XFormCollection instance. |
Clear() | Calls Clear on this XFormCollection instance. |
Contains(item: XForm) | Calls Contains on this XFormCollection instance. |
CopyTo(array: XForm[], index: int) | Calls CopyTo on this XFormCollection instance. |
Remove(item: XForm) | Calls Remove on this XFormCollection instance. |
Delete() | Drop all entries (equivalent to Clear). |
FreeMemory() | Discard cached form list so the next access re-reads from the XObject dict. |
GetFormName(form: XForm) | Return the PDF resource name (e.g. |
Voir aussi
- Aspose.PDF pour .NET — API d’entreprise