Click or drag to resize

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
)

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: Graphic
Graphic object with image
See Also