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
)
Public Sub New (
color As PdfRGBColor
)
public:
Pdf3DBackground(
PdfRGBColor color
)
new :
color : PdfRGBColor -> Pdf3DBackground
Parameters
-
color
-
Type:
Spire.Pdf.Graphics
PdfRGBColor
Theobject specifying the background color for the 3D artwork.
See Also