Table of Contents

Property PerspectiveScaling

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

PerspectiveScaling

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

public double? PerspectiveScaling { get; set; }

Property Value

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.