|
|
Tag Browser: extract-annotations
< 1 second(s)
-
Hi
I am trying to extract annontations from a pdf file.
my code looks like below..
string[] annotType = {''Strikeout'', ''Text'', ''Highlight'', ''Squiggly'', ''Underline'', ''FreeText'' };
ArrayList annotList = editor.ExtractAnnotations(1, pagecount, annotType);
Only two annotations (''Text'' and ''Highlight'') are working. Remaining ...
|
|