PDF3DViewArray

PDF3DViewArray

Overview

PDF3DViewArray is a class in Aspose.PDF FOSS for .NET.

Indexed collection of PDF3DView snapshots.

This class provides 3 methods for working with PDF3DViewArray objects in .NET programs. Available methods include: Add, RemoveAll, RemoveAt. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Count.

Properties

NameTypeAccessDescription
CountintReadGets the count.

Methods

SignatureDescription
Add(view: PDF3DView)Calls Add on this PDF3DViewArray instance.
RemoveAll()Calls RemoveAll on this PDF3DViewArray instance.
RemoveAt(index: int)Calls RemoveAt on this PDF3DViewArray instance.

See Also