Gets or sets the Lighting style of the 3D artwork.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
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