public method InlineImageBuilder.SetHeight

Brief

Sets the inline image height in pixels.

Declaration
C#
Gehtsoft.PDFFlow.Builder.InlineImageBuilder  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 InlineImageBuilder

back