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: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Pdf3DLighting

See Also