public method ImageBuilder.SetData

Brief

Sets the byte presentation of the image for the image object content.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ImageBuilder  SetData (System.Byte[] data)

Parameters
data

The image bytes.

Declared in ImageBuilder

back