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
)
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