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
)
Public Function AppendPicture (
imgFile As String
) As DocPicture
public:
DocPicture^ AppendPicture(
String^ imgFile
)
member AppendPicture :
imgFile : string -> DocPicture
Parameters
-
imgFile
-
Type:
System
String
The img file.
Return Value
Type:
DocPicture
DocPicture.
See Also