[This is preliminary documentation and is subject to change.]
Add image to the page
Namespace: NFX.Media.PDF.DocumentModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public ImageElement AddImage(
string filePath
)
public ImageElement AddImage(
string filePath
)
Public Function AddImage (
filePath As String
) As ImageElement
Public Function AddImage (
filePath As String
) As ImageElement
public:
ImageElement^ AddImage(
String^ filePath
)
public:
ImageElement^ AddImage(
String^ filePath
)
member AddImage :
filePath : string -> ImageElement
member AddImage :
filePath : string -> ImageElement
Return Value
Type:
ImageElement