Click or drag to resize

ImageGetInline Method

Gives an image box object back

Namespace:  SIC.OpenDocumentFormat.MSWord
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
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