com.spire.pdf.annotations
Class Pdf3DBackground

java.lang.Object
  extended by com.spire.pdf.annotations.Pdf3DBackground
All Implemented Interfaces:
IPdfWrapper

public class Pdf3DBackground
extends java.lang.Object
implements IPdfWrapper

Represents the background appearance for 3D artwork.


Constructor Summary
Pdf3DBackground()
          Initializes a new instance of the class.
Pdf3DBackground(PdfRGBColor color)
          Initializes a new instance of the class.
 

Constructor Detail

Pdf3DBackground

public Pdf3DBackground()
Initializes a new instance of the class.


Pdf3DBackground

public Pdf3DBackground(PdfRGBColor color)
Initializes a new instance of the class.

Parameters:
color - The object specifying the background color for the 3D artwork.