Specifies the available projection type of the 3D annotation.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum Pdf3DProjectionType
Public Enumeration Pdf3DProjectionType
public enum class Pdf3DProjectionType
type Pdf3DProjectionType

Members

MemberValueDescription
Orthographic0
Represents Orthographic projection
Perspective1
Represents Perspective projection.

See Also