public method ImageBuilder.SetHeight

Brief

Sets the image height in pixels.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ImageBuilder  SetHeight (System.Single height)

Parameters
height

The image height in pixels.

Details

You can set the image height only if its scaling mode is None or UserDefined. Otherwise, the library will ignore the passed value or throw the exception ScalingModeIsNotSuitableErr.

Declared in ImageBuilder

back