Gets or sets the background for this view.

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 Background { get; set; }
Public Property Background As Pdf3DBackground
	Get
	Set
public:
property Pdf3DBackground^ Background {
	Pdf3DBackground^ get ();
	void set (Pdf3DBackground^ value);
}
member Background : Pdf3DBackground with get, set

Property Value

Pdf3DBackground

See Also