AutoPageScaling Constructors

Overloads

AutoPageScaling()Initializes a new instance of the AutoPageScaling class.
AutoPageScaling(ScaleTo)Initializes a new instance of the AutoPageScaling class.
AutoPageScaling(ScaleTo, Boolean, Boolean)Initializes a new instance of the AutoPageScaling class.

AutoPageScaling()

Initializes a new instance of the AutoPageScaling class.

public AutoPageScaling()
Public Sub New ()

Licensing Info

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

AutoPageScaling(ScaleTo)

Initializes a new instance of the AutoPageScaling class.

public AutoPageScaling(ScaleTo scaleTo)
Public Sub New (scaleTo As ScaleTo)

Parameters

scaleTo
ScaleTo

A ScaleTo value specifying the boundaries of the auto page scaling.

Licensing Info

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

AutoPageScaling(ScaleTo, Boolean, Boolean)

Initializes a new instance of the AutoPageScaling class.

public AutoPageScaling(ScaleTo scaleTo, bool shrinkIfNeeded, bool expandIfNeeded)
Public Sub New (scaleTo As ScaleTo, shrinkIfNeeded As Boolean, expandIfNeeded As Boolean)

Parameters

scaleTo
ScaleTo

A ScaleTo value specifying the boundaries of the page to use for scaling.

shrinkIfNeeded
Boolean

Boolean value indicating if the page scale size can be shrunk.

expandIfNeeded
Boolean

Boolean value indicating if the page scale size can be expanded.

Licensing Info

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

See Also

AutoPageScaling
ceTe.DynamicPDF.Printing

In this topic