DpiImageSize Constructor

Initializes a new instance of the DpiImageSize class.

public DpiImageSize(float horizontalDpi, float verticalDpi)
Public Sub New (horizontalDpi As Single, verticalDpi As Single)

Parameters

horizontalDpi
Single

Specify dots per inch in horizontal direction.

verticalDpi
Single

Specify dots per inch in vertical direction.

Licensing Info

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

See Also

DpiImageSize
ceTe.DynamicPDF.Rasterizer

In this topic