PerspectiveScalingOptions Constructors

Overloads

PerspectiveScalingOptions(PerspectiveScalingName)Initializes a new instance of the PerspectiveScalingOptions class.
PerspectiveScalingOptions(Single)Initializes a new instance of the PerspectiveScalingOptions class.

PerspectiveScalingOptions(PerspectiveScalingName)

Initializes a new instance of the PerspectiveScalingOptions class.

public PerspectiveScalingOptions(PerspectiveScalingName scalingName)
Public Sub New (scalingName As PerspectiveScalingName)

Parameters

scalingName
PerspectiveScalingName

Scaling name for a 3D image view.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

PerspectiveScalingOptions(Single)

Initializes a new instance of the PerspectiveScalingOptions class.

public PerspectiveScalingOptions(float scalingNumber)
Public Sub New (scalingNumber As Single)

Parameters

scalingNumber
Single

Scaling factor for a 3D image view.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

PerspectiveScalingOptions
ceTe.DynamicPDF.PageElements

In this topic