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