Specifies the available styles for applying light to 3D artwork.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum Pdf3DLightingStyle
Public Enumeration Pdf3DLightingStyle
public enum class Pdf3DLightingStyle
type Pdf3DLightingStyle

Members

MemberValueDescription
Artwork0
The Lights as specified in the 3D artwork.
None1
The lighting specified in the 3D artwork is ignored.
White2
Three blue-grey infinite lights.
Day3
Three light-grey infinite lights.
Night4
One yellow, one aqua, and one blue infinite light.
Hard5
Three grey infinite lights.
Primary6
One red, one green, and one blue infinite light.
Blue7
Three blue infinite lights.
Red8
Three red infinite lights.
Cube9
Six grey infinite lights aligned with the major axes.
CAD10
Three grey infinite lights and one light attached to the camera.
Headlamp11
Single infinite light attached to the camera.

See Also