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 Pdf3DLighting(
	Pdf3DLightingStyle style
)
Public Sub New ( 
	style As Pdf3DLightingStyle
)
public:
Pdf3DLighting(
	Pdf3DLightingStyle style
)
new : 
        style : Pdf3DLightingStyle -> Pdf3DLighting

Parameters

style
Pdf3DLightingStyle
The object specifies the style of the 3D artwork.

See Also