[C#]
TextMarkupAnnotation(Doc doc,
string quadPoints, TextMarkupType markupType, XColor color)
TextMarkupAnnotation(Doc doc, int id,
TextMarkupType markupType, XColor color)
TextMarkupAnnotation(Doc doc,
TextMarkupType markupType, XColor color)
[Visual Basic]
TextMarkupAnnotation(doc As Doc,
quadPoints As string, markupType As TextMarkupType, color As
XColor)
TextMarkupAnnotation(doc As Doc, id As
int, markupType As TextMarkupType, color As XColor)
TextMarkupAnnotation(doc As Doc,
markupType As TextMarkupType, color As XColor)
TextMarkupAnnotation(doc As Doc, id As int, markupType As
TextMarkupType, color As XColor, TextMarkupAdjust adjust)
TextMarkupAnnotation(doc As Doc, markupType As TextMarkupType,
color As XColor, TextMarkupAdjust adjust)
|
|
|