XFINIUM.PDF Documentation
Type Property (Pdf3DProjection)



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 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

Pdf3DProjection Class
Pdf3DProjection Members

Send Feedback