PDF3DLightingScheme

PDF3DLightingScheme

Overview

PDF3DLightingScheme is a class in Aspose.PDF FOSS for .NET.

Lighting scheme applied to a PDF 3D artwork.

This class provides 2 methods for working with PDF3DLightingScheme objects in .NET programs. Available methods include: PDF3DLightingScheme. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Artwork, Blue, CAD, Cube, Day, Hard, and 7 more.

Properties

NameTypeAccessDescription
TypeLightingSchemeTypeReadGets the type.
ArtworkPDF3DLightingSchemeReadGets the artwork.
NonePDF3DLightingSchemeReadGets the none.
WhitePDF3DLightingSchemeReadGets the white.
DayPDF3DLightingSchemeReadGets the day.
NightPDF3DLightingSchemeReadGets the night.
HardPDF3DLightingSchemeReadGets the hard.
PrimaryPDF3DLightingSchemeReadGets the primary.
BluePDF3DLightingSchemeReadGets the blue.
RedPDF3DLightingSchemeReadGets the red.
CubePDF3DLightingSchemeReadGets the cube.
CADPDF3DLightingSchemeReadGets the cad.
HeadlampPDF3DLightingSchemeReadGets the headlamp.

Methods

SignatureDescription
PDF3DLightingScheme(type: LightingSchemeType)Calls PDF3DLightingScheme on this PDF3DLightingScheme instance.
PDF3DLightingScheme(typeName: string)

See Also