|
[C#]
int AddImageDoc(Doc doc, int page, XRect rect)
int AddImageDoc(Doc doc, int page, XRect rect, bool
copyAnnotations)
int AddImageDoc(Doc doc, int page, XRect rect, bool
copyAnnotations, double alpha)
int AddImageDoc(Doc doc, int page, XRect rect, bool
copyAnnotations, bool copyTags, double alpha)
[Visual Basic]
Function AddImageDoc(doc As Doc, page As Integer, rect As
XRect) As Integer
Function AddImageDoc(doc As Doc, page As Integer, rect As XRect,
copyAnnotations As Boolean) As Integer
Function AddImageDoc(doc As Doc, page As Integer, rect As XRect,
copyAnnotations As Boolean, alpha As Double) As Integer
Function AddImageDoc(doc As Doc, page As Integer, rect As XRect,
copyAnnotations As Boolean, copyTags As Boolean, alpha As Double)
As Integer
|
|
|