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