Click or drag to resize

DocxCellAddImage(String, Int32, Int32) Method

Aggiunge un'immagine

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public void AddImage(
	string pictpath,
	int width,
	int height
)

Parameters

pictpath  String
The pictpath.
width  Int32
The width.
height  Int32
The height.
See Also