public method InlineImageBuilder.SetData

Brief

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

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

Parameters
data

The image bytes.

Declared in InlineImageBuilder

back