public method ImageBuilder.SetWidth

Brief

Sets the image width in pixels.

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

back