XFINIUM.PDF Documentation
View Property



Xfinium.Pdf.Actions Namespace > PdfGoTo3DViewAction Class : View Property
Gets or sets the view to be activated in the 3D annotation when the action is executed.
Syntax
'Declaration
 
Public Property View As Pdf3DView
'Usage
 
Dim instance As PdfGoTo3DViewAction
Dim value As Pdf3DView
 
instance.View = value
 
value = instance.View
public Pdf3DView View {get; set;}
public:
property Pdf3DView^ View {
   Pdf3DView^ get();
   void set (    Pdf3DView^ value);
}

Property Value

A Xfinium.Pdf.Annotations.Pdf3DView object specifying the view to be displayed.
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

PdfGoTo3DViewAction Class
PdfGoTo3DViewAction Members