Click or drag to resize

DocPicture ReplaceImage Method

Replaces the image.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void ReplaceImage(
	byte[] imageBytes,
	bool bIsKeepRation
)

Parameters

imageBytes
Type: System Byte
The image bytes.
bIsKeepRation
Type: System Boolean
See Also