XFormCollection.Delete
Delete(int)
Delete XForm from collection
public void Delete(int index)
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | Index of XForm which must be deleted |
See Also
- class XFormCollection
- namespace Aspose.Pdf
- assembly Aspose.PDF
Delete()
Deletes all XForms from the collection.
public void Delete()
See Also
- class XFormCollection
- namespace Aspose.Pdf
- assembly Aspose.PDF
Delete(string)
Deletes XForm from collection by form name.
public void Delete(string name)
| Parameter | Type | Description |
|---|---|---|
| name | String | Name of XForm to be deleted. |
See Also
- class XFormCollection
- namespace Aspose.Pdf
- assembly Aspose.PDF