ImageGetGraphic Method | |
Gives a graphic object with an image back
Namespace:
SIC.OpenDocumentFormat.MSWord
Assembly:
SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax private 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