FixedImageSize Constructors

Overloads

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

FixedImageSize(Single, Single)

Initializes a new instance of the FixedImageSize class.

public FixedImageSize(float width, float height)
Public Sub New (width As Single, height As Single)

Parameters

width
Single

Specify width of fixed size image in pixels.

height
Single

Specify height offixed size image in pixels.

Licensing Info

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

FixedImageSize(Single, Single, Single, Single, UnitType)

Initializes a new instance of the FixedImageSize class.

public FixedImageSize(float width, float height, float horizontalDpi, float verticalDpi, UnitType units)
Public Sub New (width As Single, height As Single, horizontalDpi As Single, verticalDpi As Single, units As UnitType)

Parameters

width
Single

Width of the image.

height
Single

Height of the image.

horizontalDpi
Single

Horizondal dpi of the image.

verticalDpi
Single

Vertical dpi of the image.

units
UnitType

Unit type of the image.

Licensing Info

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

FixedImageSize(Single, Single, UnitType)

Initializes a new instance of the FixedImageSize class.

public FixedImageSize(float width, float height, UnitType units)
Public Sub New (width As Single, height As Single, units As UnitType)

Parameters

width
Single

Width of the image.

height
Single

Height of the image.

units
UnitType

Unit type of the image.

Licensing Info

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

See Also

FixedImageSize
ceTe.DynamicPDF.Rasterizer

In this topic