XFINIUM.PDF Documentation
Type Property (Pdf3DProjection)



Xfinium.Pdf.Annotations Namespace > Pdf3DProjection Class : Type Property
Gets or sets the type of projection.
Syntax
'Declaration
 
Public Property Type As Pdf3DProjectionType
'Usage
 
Dim instance As Pdf3DProjection
Dim value As Pdf3DProjectionType
 
instance.Type = value
 
value = instance.Type
public Pdf3DProjectionType Type {get; set;}
public:
property Pdf3DProjectionType Type {
   Pdf3DProjectionType get();
   void set (    Pdf3DProjectionType value);
}

Property Value

A Pdf3DProjectionType that represents the type of projection.
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

Pdf3DProjection Class
Pdf3DProjection Members