Search found 2 matches

by JohnJones
Wed Feb 05, 2014 10:01 pm
Forum: Document Viewing
Topic: GDPicturePDF
Replies: 1
Views: 10154

GDPicturePDF

I am looking at your reference list for GDPicturePDF. And I wrote some sample code: Dim gdPDF As New GdPicturePdf gdPDF.LoadFromFile("X:\Accuvote\Provisional pdf\pdf\TEST_OVALS.pdf", True) Dim has_ovals As Boolean = False has_ovals = gdPDF.PageHasShape() MsgBox(has_ovals) End Sub So now I ...
by JohnJones
Wed Feb 05, 2014 9:21 pm
Forum: Document Viewing
Topic: VB OMR Anchor sample issue
Replies: 1
Views: 2770

VB OMR Anchor sample issue

When I run the tutorial on OMR Anchor with my test tiff images I receive only 1 result per page selected. Am I doing something incorrect or is this the behavior of the tutorial? If this is the behavior of the program, does there exist a method to look at the entire page and find all the possible mat...