Image.VerticalDpi Property

Gets or sets the vertical dpi (also known as pixels per inch) of the image.

public float VerticalDpi { get; set; }
Public Property VerticalDpi As Single

Property Value

Single

Licensing Info

This property is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

Setting this value affects the ScaleY property.

See Also

Image
ceTe.DynamicPDF.PageElements

In this topic