XFINIUM.PDF Documentation
ViewName Property



Gets or sets the name of the view to be activated in the 3D annotation when the action is executed.
Syntax
'Declaration
 
Public Property ViewName As String
'Usage
 
Dim instance As PdfGoTo3DViewAction
Dim value As String
 
instance.ViewName = value
 
value = instance.ViewName
public string ViewName {get; set;}
public:
property String^ ViewName {
   String^ get();
   void set (    String^ value);
}

Property Value

The internal name of the view (Xfinium.Pdf.Annotations.Pdf3DView.InternalName property).
Remarks
The following values have special meaning: /F - first view in list of views collection, /L - last view in list of views collection, /N - next view in list of views collection relative to current view, /P - previous view in list of views collection relative to current view, /D - default view set on the 3D stream.
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

PdfGoTo3DViewAction Class
PdfGoTo3DViewAction Members

Send Feedback