SharpLeaf Reference > SharpLeaf Methods > IncludeImage Method > (String,String,BoxFlow,Double,Double)

SharpLeaf.IncludeImage Method (String,String,BoxFlow,Double,Double)

Add image at given size, preserving aspect ratio.

public void IncludeImage(
    string filename,
    string uri,
    BoxFlow flow,
    double width,
    double height
);
filename
Path to image to embed at run time.
uri
Link to image at display time.
flow
How to flow the image (BoxFlow.Paragraph by default).
width
Size to use for image (0 for default, negative for proportion of available frame area).
height
Size to use for image (0 for default, negative for proportion of available frame area).

See also ...

SharpLeaf Members | SharpLeaf.IncludeImage Method


Send comments on this topic
© Dyalog Ltd 2021