Namespace: BitMiracle.Docotic.Pdf
public enum Pdf3dProjectionType
Public Enumeration Pdf3dProjectionType
Member name | Value | Description | |
---|---|---|---|
Perspective | 0 | The perspective projection, which projects a given coordinate (x, y, z) onto the near plane, defining a 2D coordinate (x1, y1) using the following formulas: x1 = x * n / z | |
Orthographic | 1 | The orthographic projection, which projects objects onto the near plane by simply discarding their Z value. |