Click or drag to resize

ImageGetAnchor Method

Gives an anchor object with an image object back

Namespace:  SIC.OpenDocumentFormat.MSWord
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
private Anchor GetAnchor(
	string pRelationshipToImage,
	double pTop,
	double pLeft,
	double pWidth = 0,
	double pHeight = 0
)

Parameters

pRelationshipToImage
Type: SystemString
Relationship to image data
pTop
Type: SystemDouble
Top position from page in EMU
pLeft
Type: SystemDouble
Left position from page in EMU
pWidth (Optional)
Type: SystemDouble
Image width in EMU
pHeight (Optional)
Type: SystemDouble
Image height in EMU

Return Value

Type: Anchor
An anchor object with image object for further processing example adds to drawing content
See Also