VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Jbig2 Namespace / Jbig2PageCollection Class
In This Topic
Jbig2PageCollection Class Methods
In This Topic
For a list of all methods of this type, see Jbig2PageCollection.
Public Methods
 NameDescription
Public MethodOverloaded. Adds page to the page collection.
Public MethodRemoves all pages from the page collection.
Public MethodDetermines whether the page collection contains a specific page.
Public MethodCopies pages of the page collection to an Array, starting at a particular Array index.
Public MethodReturns an enumerator that iterates through a collection.
Public MethodDetermines the index of a specific page in the page collection.
Public MethodOverloaded. Inserts a page with to the collection at the specified index. (Inherited from ImagePageCollection<T>)
Public MethodRemoves the first occurrence of page from the page collection.
Public MethodOverloaded. Removes page at the specified index.
Public MethodCopies the elements of the collection to a new array. (Inherited from ImagePageCollection<T>)
See Also