Pdf3dProjection.PerspectiveScaling Property

Gets or sets the diameter of the circle formed when projecting the 3D artwork onto the annotation's target coordinate system. Meaningful only for perspective projections (when Type is Perspective).

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public double? PerspectiveScaling { get; set; }
VB
Public Property PerspectiveScaling As Double?
	Get
	Set

Property Value

Type: Nullable<Double>
A positive number that explicitly specifies the diameter as a distance in the annotation's target coordinate system.

Remarks

Default value: null.

This property explicitly defines the diameter of the circle formed by the intersection of the near plane and the cone specified by FieldOfView.

NOTE: Changing the value of this property resets the value of PerspectiveBinding property. Unlike orthographic projections, PerspectiveScaling and PerspectiveBinding properties are exclusive.

See Also