Pdf3DView
LightingScheme Property
|
Gets or sets the Creates a new page and adds it as the last page of the document scheme for this view.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Pdf3DLighting LightingScheme { get; set; }
Public Property LightingScheme As Pdf3DLighting
Get
Set
public:
property Pdf3DLighting^ LightingScheme {
Pdf3DLighting^ get ();
void set (Pdf3DLighting^ value);
}
member LightingScheme : Pdf3DLighting with get, set
Property Value
Type:
Pdf3DLighting
See Also