Pdf3DLighting
Style Property
|
Gets or sets the Lighting style of the 3D artwork.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Pdf3DLightingStyle Style { get; set; }
Public Property Style As Pdf3DLightingStyle
Get
Set
public:
property Pdf3DLightingStyle Style {
Pdf3DLightingStyle get ();
void set (Pdf3DLightingStyle value);
}
member Style : Pdf3DLightingStyle with get, set
Property Value
Type:
Pdf3DLightingStyle
See Also