Add movie annotation to the current page of the doc.

 

   

Syntax
 

[C#]
ScreenAnnotation(Doc doc, XRect rect, string filePathOrUrl)
ScreenAnnotation(Doc doc, XRect rect, string filePathOrUrl, string contentType)

 

   

Params
 
Name Description
doc Doc
rect Annotation rectangle
filePathOrUrl Movie file path or URL
contentType Movie content type

 

   

Notes
 

Add movie annotation to the current page of the doc.

 

   

Example
 

None.