Search found 4 matches

by cbingram
Fri Dec 17, 2021 11:23 pm
Forum: Document Viewing
Topic: Temporarily Hide / Filter Pages in a Document
Replies: 1
Views: 4318

Temporarily Hide / Filter Pages in a Document

When viewing a document, is it possible to temporarily hide pages of the document from view? For example, if I want to show only pages that have images on them, and I know which pages those are, is there a way that I can programmatically hide the other pages from view so that I do not see them when ...
by cbingram
Thu Nov 11, 2021 3:04 pm
Forum: Annotations
Topic: Highlighting Selected Text in PDF
Replies: 3
Views: 5754

Re: Highlighting Selected Text in PDF

Thank you very much for this information, Fabio. I was able to combine what you provided and information from another post I found for a successful implementation. In case this helps anyone else, since I wanted an actual Annotation to be added rather than a region I used the AnnotationManager to add...
by cbingram
Thu Nov 11, 2021 3:00 pm
Forum: Example requests & Code samples
Topic: Using SetVScrollBarPosition to scroll to Annotation
Replies: 3
Views: 5899

Using SetVScrollBarPosition to scroll to Annotation

I am using the GdViewer and would like to programatically scroll a document to an existing annotation. With the annotation I have the coordinates of the top-left point of that annotation. Is there any method to calculate what value I would need to put into SetVScrollBarPosition(int) to scroll that a...
by cbingram
Fri Oct 22, 2021 4:07 pm
Forum: Annotations
Topic: Highlighting Selected Text in PDF
Replies: 3
Views: 5754

Highlighting Selected Text in PDF

Is there a way to highlight the selected text within a PDF document. When looking at a document, the user can select the text and do things like Copy but I would like them to be able to highlight that selected text and burn it to the document, like you can do within a standard PDF Viewer. Currently ...