public method ImageBuilder.SetFile

Brief

Sets the path to the file from which the image object is to be loaded.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ImageBuilder  SetFile (string filePath)

Parameters
filePath

A path to the file.

Details

The currently supported image file formats are .jpg and .png.

Declared in ImageBuilder

back