PDF3DCrossSectionArray
Overview
PDF3DCrossSectionArray is a class in Aspose.PDF FOSS for .NET.
Ordered collection of PDF3DCrossSection entries applied to a PDF 3D view.
This class provides 4 methods for working with PDF3DCrossSectionArray objects in .NET programs.
Available methods include: Add, PDF3DCrossSectionArray, RemoveAll, RemoveAt.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: Count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the count. |
Methods
| Signature | Description |
|---|---|
PDF3DCrossSectionArray(doc: Document) | Calls PDF3DCrossSectionArray on this PDF3DCrossSectionArray instance. |
Add(crossSection: PDF3DCrossSection) | Calls Add on this PDF3DCrossSectionArray instance. |
RemoveAll() | Calls RemoveAll on this PDF3DCrossSectionArray instance. |
RemoveAt(index: int) | Calls RemoveAt on this PDF3DCrossSectionArray instance. |