public method InlineImageBuilder.SetWidth

Brief

Sets the inline image width in pixels.

Declaration
C#
Gehtsoft.PDFFlow.Builder.InlineImageBuilder  SetWidth (System.Single width)

Parameters
width

The image width in pixels.

Details

You can set the image width 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