| DocxImageProxy Constructor |
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.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