NRtfTree Library 0.3
AddImage Method (path, width, height)
NamespacesNet.Sgoliver.NRtfTree.UtilRtfDocumentAddImage(String, Int32, Int32)
NRtfTree Library 0.3 (0.3.3503)
Inserta una imagen en el documento.
Declaration Syntax
C#Visual BasicVisual C++
public void AddImage(
	string path,
	int width,
	int height
)
Public Sub AddImage ( _
	path As String, _
	width As Integer, _
	height As Integer _
)
public:
void AddImage(
	String^ path, 
	int width, 
	int height
)
Parameters
path (String)
Ruta de la imagen a insertar.
width (Int32)
Ancho deseado de la imagen en el documento.
height (Int32)
Alto deseado de la imagen en el documento.

Assembly: NRtfTree (Módulo: NRtfTree) Versión: 0.3.3503.32544