[C#]
int AddImage(XImage image)
int AddImage(string path)
int AddImage(byte[] data)
int AddImage(string path, int page)
int AddImage(byte[] data, int page)
int AddImage(int id)
int AddImage(System.Drawing.Bitmap bm)
int AddImage(Doc doc, int page)
int AddImage(Doc doc, int page, XRect src)
[Visual Basic]
Function AddImage(image As XImage) As Integer
Function AddImage(path As String) As Integer
Function AddImage(data() As Byte) As Integer
Function AddImage(path As String, page As Integer) As Integer
Function AddImage(data() As Byte, page As Integer) As Integer
Function AddImage(id As Integer) As Integer
Function AddImage(bm As System.Drawing.Bitmap) As Integer
Function AddImage(doc As Doc, page As Integer) As Integer
Function AddImage(doc As Doc, page As Integer, src As XRect) As
Integer
may
throw Exception()
|
|
|