[]
        
(Showing Draft Content)

C1.Win.C1Preview.PreviewPages

PreviewPages Class

Represents the pages of a document that is being previewed in a C1PreviewPane (see Pages).

Inheritance
PreviewPages
Namespace: C1.Win.C1Preview
Assembly: C1.Win.PrintPreview.8.dll
Syntax
public class PreviewPages : CollectionBase, IList, ICollection, IEnumerable

Constructors

Name Description
PreviewPages()

Initializes a new instance of the PreviewPages class.

Properties

Name Description
IsEmpty

Gets a value indicating whether the current collection of pages is empty.

this[int]

Gets or sets the element at the specified index.

Methods

Name Description
Add(PreviewPageBase)

Adds a page to the current collection.

AddRange(ICollection)

Adds a range of pages to the current collection.

ClonePageImages()

Creates an array of page image clones.

IndexOf(PreviewPageBase)

Gets the index of a page in the current collection.

Insert(int, PreviewPageBase)

Inserts a page into the current collection.

InsertRange(int, ICollection)

Inserts a range of pages into the current collection.

Remove(PreviewPageBase)

Removes a page from the current collection.

RemoveRange(int, int)

Removes a range of pages from the current collection.

Events

Name Description
PagesChanged

Occurs when the current PreviewPages or one of its elements has changed.

PagesChanging

Occurs when the current PreviewPages or one of its elements is about to change.