Pdf3DLighting Constructor (Pdf3DLightingStyle)
|
Initializes a new instance of theclass.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Pdf3DLighting(
Pdf3DLightingStyle style
)
Public Sub New (
style As Pdf3DLightingStyle
)
public:
Pdf3DLighting(
Pdf3DLightingStyle style
)
new :
style : Pdf3DLightingStyle -> Pdf3DLighting
Parameters
-
style
-
Type:
Spire.Pdf.Annotations
Pdf3DLightingStyle
Theobject specifies the style of the 3D artwork.
See Also