XFINIUM.PDF Documentation
Projection Property



Gets or sets the view projection.
Syntax
'Declaration
 
Public Property Projection As Pdf3DProjection
'Usage
 
Dim instance As Pdf3DView
Dim value As Pdf3DProjection
 
instance.Projection = value
 
value = instance.Projection
public Pdf3DProjection Projection {get; set;}
public:
property Pdf3DProjection^ Projection {
   Pdf3DProjection^ get();
   void set (    Pdf3DProjection^ value);
}

Property Value

A Pdf3DProjection that represents the projection of coordinates in the 3D artwork (already transformed into camera coordinates) onto the target coordinate system of the annotation.
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

Pdf3DView Class
Pdf3DView Members

Send Feedback