Skip to content

PDF3DViewCollection

Namespace: O2S.Components.PDF4NET.Annotations

Defines a collection of 3D views.

public class PDF3DViewCollection : System.Collections.ObjectModel.Collection`1[[O2S.Components.PDF4NET.Annotations.PDF3DView, O2S.Components.PDF4NET.NetStandard, Version=16.3.0.1, Culture=neutral, PublicKeyToken=80d03dd9e5b85317]]

Inheritance ObjectCollection<PDF3DView>PDF3DViewCollection
Implements

Properties

Count

public int Count { get; }

Property Value

Int32


Item

public PDF3DView Item { get; set; }

Property Value

PDF3DView