O2S.Components.PDF4NET Documentation
TargetAnnotation Property



O2S.Components.PDF4NET.Actions Namespace > PDFGoTo3DViewAction Class : TargetAnnotation Property
Gets or sets the 3D annotation that is the target of this action.
Syntax
'Declaration
 
Public Property TargetAnnotation As PDF3DAnnotation
'Usage
 
Dim instance As PDFGoTo3DViewAction
Dim value As PDF3DAnnotation
 
instance.TargetAnnotation = value
 
value = instance.TargetAnnotation
public PDF3DAnnotation TargetAnnotation {get; set;}
public:
property PDF3DAnnotation^ TargetAnnotation {
   PDF3DAnnotation^ get();
   void set (    PDF3DAnnotation^ value);
}

Property Value

The target annotation of this action.
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