DocxImageProxy Constructor

QsInformatica.Utils

DocxImageProxy Constructor

Initializes a new instance of the DocxImageProxy class.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public DocxImageProxy(
	string imagepath
)
Public Sub New ( 
	imagepath As String
)
public:
DocxImageProxy(
	String^ imagepath
)
new : 
        imagepath : string -> DocxImageProxy

Parameters

imagepath
Type: SystemString
The imagepath.
See Also