XFINIUM.PDF Documentation
LightingScheme Property



Gets or sets the lighting scheme.
Syntax
'Declaration
 
Public Property LightingScheme As Pdf3DLightingScheme
'Usage
 
Dim instance As Pdf3DView
Dim value As Pdf3DLightingScheme
 
instance.LightingScheme = value
 
value = instance.LightingScheme
public Pdf3DLightingScheme LightingScheme {get; set;}
public:
property Pdf3DLightingScheme^ LightingScheme {
   Pdf3DLightingScheme^ get();
   void set (    Pdf3DLightingScheme^ value);
}

Property Value

A Pdf3DLightingScheme that represents the lighting scheme to be used when rendering 3D artwork with this view.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Pdf3DView Class
Pdf3DView Members

Send Feedback