| 
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
Syntax
 
 
public DocPicture AppendPicture(
	Image image
)
 
Public Function AppendPicture ( 
	image As Image
) As DocPicture
 
public:
virtual DocPicture^ AppendPicture(
	Image^ image
) sealed
 
abstract AppendPicture : 
image : Image -> DocPicture 
override AppendPicture : 
image : Image -> DocPicture 
 
 
 
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
See Also