Search found 84 matches

by IntegraHarlan
Fri Mar 06, 2020 11:15 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Selecting multiple thumbnails when selectedIndeices set programmatically
Replies: 6
Views: 2629

Re: Selecting multiple thumbnails when selectedIndeices set programmatically

Hi Alex, The quickest way to show you this issue to use your sample AnnotationDemo winform project. I updated the annotationViewer1_ImageLoaded event handler to set the first page as the selected page. After a multi page pdf file is loaded, it shows the first page as selected. However if I try to mu...
by IntegraHarlan
Tue Feb 25, 2020 10:43 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: PdfFreeTextAnnotaion is larger than rectangle when created.
Replies: 1
Views: 519

PdfFreeTextAnnotaion is larger than rectangle when created.

Hi, I am creating a free text annotation. I the rectangle is created to the desired size (300 x 30 for example). I created the the PdfFreeTextAnnotation and set the rectangle of the annotation. When I add it to the annotation list of the PdfPage. The annotation on the page is about 60% larger than t...
by IntegraHarlan
Thu Feb 20, 2020 4:04 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Selecting multiple thumbnails when selectedIndeices set programmatically
Replies: 6
Views: 2629

Selecting multiple thumbnails when selectedIndeices set programmatically

Hi, I am setting the thumbnail SelectedIndices to the FocusedIndex. I am doing this on the ThumbnailViewer.FocusedIndexChanged event. I am doing this so the selected thumbnail will be in sync with the focused image in the viewer as it is scrolled. This works well except when the document is first lo...
by IntegraHarlan
Sat Feb 15, 2020 4:07 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: programmatically set text annotation to edit mode.
Replies: 3
Views: 2158

programmatically set text annotation to edit mode.

Hi,
Is there a way to set a text annotation to edit mode programmatically?
I want the text annotation to be in edit mode when it is added to a pdf so it can be edited immediately with out having to double click it.
I am using the Winforms .net plug in.
Thanks
Harlan
by IntegraHarlan
Fri Feb 14, 2020 9:22 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Unable to get FocusedAnnotationView from annotation with ReadOnly flag set
Replies: 1
Views: 1063

Unable to get FocusedAnnotationView from annotation with ReadOnly flag set

Hi, I am trying to get the properties of an annotation to display in a dialog. I can do this by getting the FocusedAnnotationView from the PdfAnnotationTool on a mouse click event. However, when the annotation is marked as ReadOnly, The FocusedAnnotaionView is null. Is there a way I can select a Rea...
by IntegraHarlan
Mon Feb 10, 2020 11:16 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Suppress print progress popup
Replies: 2
Views: 1151

Re: Suppress print progress popup

That works
Thanks for the quick reply
by IntegraHarlan
Thu Feb 06, 2020 9:19 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Large text annotations shows very large font in edit mode.
Replies: 3
Views: 1226

Re: Large text annotations shows very large font in edit mode.

Thank you for your quick response and having a fix so quickly.

Thanks Harlan.
by IntegraHarlan
Wed Feb 05, 2020 10:40 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Suppress print progress popup
Replies: 2
Views: 1151

Suppress print progress popup

Hi, I am using the AnnotatedPdfPrintDocument class to print pdf documents. I have the option to print with a print dialog or print without the dialog. When I print with out the printDialog, I do not want to display the print progress status popup that displays the page being printed. Is there a way ...
by IntegraHarlan
Tue Feb 04, 2020 9:47 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Large text annotations shows very large font in edit mode.
Replies: 3
Views: 1226

Large text annotations shows very large font in edit mode.

Hi, I have a pdf file that has a large text annotation with the font size set to 12pt. When editing the text file the font size of the text will expand to fill the text annotation. When exiting edit mode the font size will go back to 12pt. Is there a way to keep the font size set for the annotation ...
by IntegraHarlan
Mon Feb 03, 2020 7:51 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Printing pop-up annotations
Replies: 4
Views: 1395

Re: Printing pop-up annotations

Hi Alexander,
Printing the PDF document with WinForms user controls might work.
Do you have an example of this?

Thanks
Harlan