ImageGetGraphic Method |  |
Gives a graphic object with an image back
Namespace:
SOWIDocument.Word
Assembly:
SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxprivate Graphic GetGraphic(
string pRelationshipToImage,
int pWidth,
int pHeight
)
Private Function GetGraphic (
pRelationshipToImage As String,
pWidth As Integer,
pHeight As Integer
) As Graphic
Parameters
- pRelationshipToImage
- Type: SystemString
Relationship to image - pWidth
- Type: SystemInt32
Image width in EMU (English Metric Units) - pHeight
- Type: SystemInt32
Image height in EMU (English Metric Units)
Return Value
Type:
GraphicGraphic object with image
See Also