XFINIUM.PDF Documentation
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 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

Send Feedback