DocxDocument.AddImage Method (String, Int32, Int32)

QsInformatica.Utils

DocxDocumentAddImage Method (String, Int32, Int32)

Aggiunge un'immagine al documento. Passare le dimensioni dell'immagine. Passare 0 e 0 per lasciare i valori predefiniti di immagine.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public 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
Type: SystemString
Il percorso all'immagine.
width
Type: SystemInt32
Larghezza dell'immagine.
height
Type: SystemInt32
Altezza dell'immagine.
See Also