VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles Namespace / ImagePageCollection<T> Class
Constructors Properties Methods SeeAlso
In This Topic
    ImagePageCollection<T> Class Members
    In This Topic
    The following tables list the members exposed by ImagePageCollection<T>.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImagePageCollection<T> class.
    Public Properties
     NameDescription
    Public PropertyGets the number of pages contained in the page collection of the image file.
    Public PropertyGets a value indicating whether the page collection of the image file is read-only.
    Public PropertyGets or sets the page at the specified index.
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a page to the collection.
    Public MethodRemoves all items from the collection.
    Public MethodDetermines whether the collection contains a specific page.
    Public MethodCopies the elements of the 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 item in the collection.
    Public MethodOverloaded. Inserts a page with to the collection at the specified index.
    Public MethodRemoves the first occurrence of a specific page from the collection.
    Public MethodOverloaded. Removes the collection items from specified indices.
    Public MethodCopies the elements of the collection to a new array.
    See Also