PercentagePageScaling Constructors

Overloads

PercentagePageScaling(Single)Initializes a new instance of the PercentagePageScaling class.
PercentagePageScaling(Single, Single)Initializes a new instance of the PercentagePageScaling class.

PercentagePageScaling(Single)

Initializes a new instance of the PercentagePageScaling class.

public PercentagePageScaling(float scale)
Public Sub New (scale As Single)

Parameters

scale
Single

A value between 0 to 1 to specify page scaling factor.

Licensing Info

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

PercentagePageScaling(Single, Single)

Initializes a new instance of the PercentagePageScaling class.

public PercentagePageScaling(float scaleX, float scaleY)
Public Sub New (scaleX As Single, scaleY As Single)

Parameters

scaleX
Single

A value between 0 to 1 to specify horizontal page scaling factor.

scaleY
Single

A value between 0 to 1 to specify vertical page scaling factor.

Licensing Info

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

See Also

PercentagePageScaling
ceTe.DynamicPDF.Printing

In this topic