Gets the list of cross sections for this view.
A list of PDF3DCrossSection objects available for this view.
Namespace: Spire.Pdf.AnnotationsProperty Value
Pdf3DCrossSectionCollectionA list of PDF3DCrossSection objects available for this view.
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public Pdf3DCrossSectionCollection CrossSections { get; }
Public ReadOnly Property CrossSections As Pdf3DCrossSectionCollection Get
public: property Pdf3DCrossSectionCollection^ CrossSections { Pdf3DCrossSectionCollection^ get (); }
member CrossSections : Pdf3DCrossSectionCollection with get