PercentageImageSize Constructors

Overloads

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

PercentageImageSize(Single)

Initializes a new instance of the PercentageImageSize class.

public PercentageImageSize(float percentage)
Public Sub New (percentage As Single)

Parameters

percentage
Single

Percentage of the original image.

Licensing Info

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

PercentageImageSize(Single, Single)

Initializes a new instance of the PercentageImageSize class.

public PercentageImageSize(float horizontalPercentage, float verticalPercentage)
Public Sub New (horizontalPercentage As Single, verticalPercentage As Single)

Parameters

horizontalPercentage
Single

Horizontal percentage of the image.

verticalPercentage
Single

Vertical percentage of the image.

Licensing Info

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

PercentageImageSize(Single, Single, Single, Single)

Initializes a new instance of the PercentageImageSize class.

public PercentageImageSize(float horizontalPercentage, float verticalPercentage, float horizontalDpi, float verticalDpi)
Public Sub New (horizontalPercentage As Single, verticalPercentage As Single, horizontalDpi As Single, verticalDpi As Single)

Parameters

horizontalPercentage
Single

Horizontal percentage of the image.

verticalPercentage
Single

Vertical percentage of the image.

horizontalDpi
Single

Horizontal DPI of the image.

verticalDpi
Single

Vertical DPI of the image.

Licensing Info

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

See Also

PercentageImageSize
ceTe.DynamicPDF.Rasterizer

In this topic