Click or drag to resize

Pdf3DBackground Constructor (PdfRGBColor)

Initializes a new instance of theclass.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Pdf3DBackground(
	PdfRGBColor color
)

Parameters

color
Type: Spire.Pdf.Graphics PdfRGBColor
Theobject specifying the background color for the 3D artwork.
See Also