PdfDocument.Create3dView Method

Creates a 3D view object.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public Pdf3dView Create3dView(
	string externalName
)
VB
Public Function Create3dView ( 
	externalName As String
) As Pdf3dView

Parameters

externalName
Type: System.String
The external name of the view. Must not be null or empty.

Return Value

Type: Pdf3dView
The newly created Pdf3dView.

See Also