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)
Syntaxprivate Inline GetInline(
string pRelationshipToImage,
int pWidth = 0,
int pHeight = 0
)
Private Function GetInline (
pRelationshipToImage As String,
Optional pWidth As Integer = 0,
Optional pHeight As Integer = 0
) As Inline
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:
InlineAn image box object for further processing example adds to drawing content
See Also