ImageGetAnchor Method |  |
Gives an anchor object with an image object back
Namespace:
SOWIDocument.Word
Assembly:
SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxprivate Anchor GetAnchor(
string pRelationshipToImage,
double pTop,
double pLeft,
double pWidth = 0,
double pHeight = 0
)
Private Function GetAnchor (
pRelationshipToImage As String,
pTop As Double,
pLeft As Double,
Optional pWidth As Double = 0,
Optional pHeight As Double = 0
) As Anchor
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:
AnchorAn anchor object with image object for further processing example adds to drawing content
See Also