Gets or sets the background for this view.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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