Click or drag to resize

ImageGetInline Method

Gives an image box object back

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
private Inline GetInline(
	string pRelationshipToImage,
	int pWidth = 0,
	int pHeight = 0
)

Parameters

pRelationshipToImage
Type: SystemString
Relationship to image data
pWidth (Optional)
Type: SystemInt32
Width in EMU
pHeight (Optional)
Type: SystemInt32
Height in EMU

Return Value

Type: Inline
An image box object for further processing example adds to drawing content
See Also