Click or drag to resize

APIappendDocXimage Method

Append image to an already opened DocX document. By default, this is aligned to center.
REST path: /op/docx/appendimage/[ratio]/[alignment]
REST verb: GET
REST header: {"path", imagePath}

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool appendDocXimage(
	string imagePath,
	double ratio = 1,
	int alignment = 0
)

Parameters

imagePath  String
Path of the picture
ratio  Double  (Optional)
Size ratio of the picture
alignment  Int32  (Optional)
Optional, default is 1. 0=left, 1=center, 2=right, 3=justified

Return Value

Boolean
Boolean
See Also