XFormCollection Class
Class represents collection of XFormCollection.
Inheritance Hierarchy
SystemObject
  Aspose.PdfXFormCollection

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class XFormCollection : ICollection<XForm>, 
	IEnumerable<XForm>, IEnumerable

The XFormCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets count of XForms in collection.
Public propertyIsReadOnly
Gets a value indicating whether the collection is read-only.
Public propertyIsSynchronized
Returns true if object is synchronized.
Public propertyItemInt32
Returns XForm by index.
Public propertyItemString
Returns XForm by its name. Exception is thrown if XForm with specified name is not found.
Public propertySyncRoot
Synchronization object.
Methods
  NameDescription
Public methodAdd
Adds new XForm into collection.
Public methodClear
Clears all items from the collection.
Public methodContains
Determines whether the collection contains a specific value.
Public methodCopyTo
Copies XFormCollection into collection.
Public methodDelete
Deletes all XForms from collection.
Public methodDelete(Int32)
Delete XForm from collectin
Public methodDelete(String)
Deletes XForm from collection by form name.
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator
Retunrs collection enumerator.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodRemove
Deletes specified item from collection.
Public methodToString (Inherited from Object.)
See Also