Click or drag to resize

Paragraph AppendPicture Method (String)

Appends the picture.

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

Parameters

imgFile
Type: System String
The img file.

Return Value

Type: DocPicture
DocPicture.
See Also