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()
Licensing Info
This constructor is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF PrintManager selected.
- A DynamicPDF PrintManager for .NET v4.X Developer license.
AutoPageScaling(ScaleTo)
Initializes a new instance of the AutoPageScaling class.
public AutoPageScaling(ScaleTo scaleTo)
Parameters
Licensing Info
This constructor is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF PrintManager selected.
- A DynamicPDF PrintManager for .NET v4.X Developer license.
AutoPageScaling(ScaleTo, Boolean, Boolean)
Initializes a new instance of the AutoPageScaling class.
public AutoPageScaling(ScaleTo scaleTo, bool shrinkIfNeeded, bool expandIfNeeded)
Parameters
- 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:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF PrintManager selected.
- A DynamicPDF PrintManager for .NET v4.X Developer license.
See Also
AutoPageScalingceTe.DynamicPDF.Printing