XFormCollection Class |
Namespace: Aspose.Pdf
The XFormCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets count of XForms in collection.
|
![]() | IsReadOnly |
Gets a value indicating whether the collection is read-only.
|
![]() | IsSynchronized |
Returns true if object is synchronized.
|
![]() | ItemInt32 |
Returns XForm by index.
|
![]() | ItemString |
Returns XForm by its name. Exception is thrown if XForm with specified name is not found.
|
![]() | SyncRoot |
Synchronization object.
|
Name | Description | |
---|---|---|
![]() | Add |
Adds new XForm into collection.
|
![]() | Clear |
Clears all items from the collection.
|
![]() | Contains |
Determines whether the collection contains a specific value.
|
![]() | CopyTo |
Copies XFormCollection into collection.
|
![]() | Delete |
Deletes all XForms from collection.
|
![]() | Delete(Int32) |
Delete XForm from collectin
|
![]() | Delete(String) |
Deletes XForm from collection by form name.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator |
Retunrs collection enumerator.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Remove |
Deletes specified item from collection.
|
![]() | ToString | (Inherited from Object.) |