XFINIUM.PDF Documentation
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 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