Pdf3dView.LightingStyle Property

Gets or sets the style of the lighting scheme to be used when rendering 3D artwork with this view.

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

Syntax

C#
public Pdf3dLightingStyle LightingStyle { get; set; }
VB
Public Property LightingStyle As Pdf3dLightingStyle
	Get
	Set

Property Value

Type: Pdf3dLightingStyle
The lighting style.

Remarks

Default value: Artwork.

See Also