Initializes a new instance of the class.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Pdf3DRendermode(
	Pdf3DRenderStyle style
)
Public Sub New ( 
	style As Pdf3DRenderStyle
)
public:
Pdf3DRendermode(
	Pdf3DRenderStyle style
)
new : 
        style : Pdf3DRenderStyle -> Pdf3DRendermode

Parameters

style
Pdf3DRenderStyle
The object specifies the rendering style of the 3D artwork.

See Also