Click or drag to resize

Paragraph AppendPicture Method (Image)

Appends a picture to the document.

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

Parameters

image
Type: System.Drawing Image
The image to append.

Return Value

Type: DocPicture
The document with the appended picture.

Implements

IParagraph AppendPicture(Image)
See Also