Initializes a new instance of the class.

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 Pdf3DBackground(
	PdfRGBColor color
)
Public Sub New ( 
	color As PdfRGBColor
)
public:
Pdf3DBackground(
	PdfRGBColor color
)
new : 
        color : PdfRGBColor -> Pdf3DBackground

Parameters

color
PdfRGBColor
The object specifying the background color for the 3D artwork.

See Also