XFINIUM.PDF Documentation
CrossSections Property



Gets the collection of cross sections.
Syntax
'Declaration
 
Public ReadOnly Property CrossSections As Pdf3DCrossSectionCollection
'Usage
 
Dim instance As Pdf3DView
Dim value As Pdf3DCrossSectionCollection
 
value = instance.CrossSections
public Pdf3DCrossSectionCollection CrossSections {get;}
public:
property Pdf3DCrossSectionCollection^ CrossSections {
   Pdf3DCrossSectionCollection^ get();
}

Property Value

A collection of Pdf3DCrossSection.
Remarks
Each cross section provides parameters for applying a cross section to the 3D artwork when using this view.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Pdf3DView Class
Pdf3DView Members

Send Feedback