Click or drag to resize

SdtPicture ReplaceImage Method (Image)

Replaces the image.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void ReplaceImage(
	Image image
)

Parameters

image
Type: System.Drawing Image
The image.
See Also