XFINIUM.PDF Documentation
Extend Property



Xfinium.Pdf.Annotations Namespace > Pdf3DBackground Class : Extend Property
Gets or sets a value indicating whether the background is extended to entire annotation area.
Syntax
'Declaration
 
Public Property Extend As Boolean
'Usage
 
Dim instance As Pdf3DBackground
Dim value As Boolean
 
instance.Extend = value
 
value = instance.Extend
public bool Extend {get; set;}
public:
property bool Extend {
   bool get();
   void set (    bool value);
}

Property Value

If true, the background should apply to the entire annotation. If false, the background should apply only to the rectangle specified by the annotation's 3D view box.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Pdf3DBackground Class
Pdf3DBackground Members