  | DocxCellAddImage(String, Int32, Int32) Method | 
            Aggiunge un'immagine
            
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 27.4.0
Syntaxpublic void AddImage(
	string pictpath,
	int width,
	int height
)
Public Sub AddImage ( 
	pictpath As String,
	width As Integer,
	height As Integer
)
public:
void AddImage(
	String^ pictpath, 
	int width, 
	int height
)
member AddImage : 
        pictpath : string * 
        width : int * 
        height : int -> unit Parameters
- pictpath  String
 - The pictpath.
 - width  Int32
 - The width.
 - height  Int32
 - The height.
 
See Also