PDF3DView

Overview

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

Camera + render-state snapshot of a 3D artwork.

This class provides 2 methods for working with PDF3DView objects in .NET programs. Available methods include: PDF3DView. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: BackGroundColor, CameraOrbit, CameraPosition, CrossSectionsArray, LightingScheme, RenderMode, and 1 more.

Properties

NameTypeAccessDescription
BackGroundColorColorRead/WriteGets or sets the back ground color.
CameraOrbitdoubleRead/WriteGets or sets the camera orbit.
CameraPositionMatrix3D?Read/WriteGets or sets the camera position.
CrossSectionsArrayPDF3DCrossSectionArrayReadGets the cross sections array.
LightingSchemePDF3DLightingScheme?Read/WriteGets or sets the lighting scheme.
RenderModePDF3DRenderMode?Read/WriteGets or sets the render mode.
ViewNamestringRead/WriteGets or sets the view name.

Methods

SignatureDescription
PDF3DView(doc: Document, view: PDF3DView, viewName: string)Calls PDF3DView on this PDF3DView instance.
PDF3DView(doc: Document, cameraPosition: Matrix3D, cameraOrbit: double, viewName: string)

See Also