Click or drag to resize

APIappendDocXimageB Method

Append image, in PNG bytes, to an already opened DocX document. By default, this is aligned to center.
REST path: /op/docx/appendimageb/[ratio]/[alignment]
REST verb: POST
REST body: image

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.7.2.0 (2.7.2.0)
Syntax
public bool appendDocXimageB(
	string image,
	double ratio = 1,
	int alignment = 0
)

Parameters

image  String
Image bytes as string in Base64
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