PDF3DView.PDF3DView

PDF3DView(Document, Matrix3D, double, string)

Initializes a new instance of the PDF3DView class.

public PDF3DView(Document doc, Matrix3D cameraPosition, double cameraOrbit, string viewName)
ParameterTypeDescription
docDocumentThe document.
cameraPositionMatrix3DThe camera position.
cameraOrbitDoubleThe camera orbit.
viewNameStringName of the view.

See Also


PDF3DView(Document, PDF3DView, string)

Initializes a new instance of the PDF3DView class.

public PDF3DView(Document doc, PDF3DView view, string viewName)
ParameterTypeDescription
docDocumentThe document.
viewPDF3DViewThe view.
viewNameStringName of the view.

See Also