MaxImageSize Constructors

Overloads

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

MaxImageSize(Single, Single)

Initializes a new instance of the MaxImageSize class.

public MaxImageSize(float maxWidth, float maxHeight)
Public Sub New (maxWidth As Single, maxHeight As Single)

Parameters

maxWidth
Single

Maximum width of the image.

maxHeight
Single

Maximum height of the image.

Licensing Info

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

MaxImageSize(Single, Single, Single, Single, UnitType)

Initializes a new instance of the MaxImageSize class.

public MaxImageSize(float maxWidth, float maxHeight, float horizontalDpi, float verticalDpi, UnitType units)
Public Sub New (maxWidth As Single, maxHeight As Single, horizontalDpi As Single, verticalDpi As Single, units As UnitType)

Parameters

maxWidth
Single

Maximum width of the image.

maxHeight
Single

Maximum height of the image.

horizontalDpi
Single

Horizontal dpi of the image.

verticalDpi
Single

Vertical dpi of the image.

units
UnitType

Licensing Info

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

MaxImageSize(Single, Single, UnitType)

Initializes a new instance of the MaxImageSize class.

public MaxImageSize(float maxWidth, float maxHeight, UnitType units)
Public Sub New (maxWidth As Single, maxHeight As Single, units As UnitType)

Parameters

maxWidth
Single

Maximum width of the image.

maxHeight
Single

Maximum height of the image.

units
UnitType

Licensing Info

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

See Also

MaxImageSize
ceTe.DynamicPDF.Rasterizer

In this topic