Skip to content

PDFVisualPageCollection

Namespace: O2S.Components.PDF4NET.View

Defines a collection of visual pages.

public class PDFVisualPageCollection : System.Collections.ObjectModel.Collection`1[[O2S.Components.PDF4NET.View.PDFVisualPage, O2S.Components.PDF4NET.View.Wpf, Version=16.3.0.1, Culture=neutral, PublicKeyToken=660e19040de30e18]]

Inheritance ObjectCollection<PDFVisualPage>PDFVisualPageCollection
Implements

Properties

Count

public int Count { get; }

Property Value

Int32


Item

public PDFVisualPage Item { get; set; }

Property Value

PDFVisualPage