Search found 80 matches
- 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: 844
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...
- Mon Feb 10, 2020 11:16 pm
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: Suppress print progress popup
- Replies: 2
- Views: 922
Re: Suppress print progress popup
That works
Thanks for the quick reply
Thanks for the quick reply
- 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: 941
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.
Thanks Harlan.
- Wed Feb 05, 2020 10:40 pm
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: Suppress print progress popup
- Replies: 2
- Views: 922
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 ...
- 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: 941
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 ...
- Mon Feb 03, 2020 7:51 pm
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: Printing pop-up annotations
- Replies: 4
- Views: 1018
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
Printing the PDF document with WinForms user controls might work.
Do you have an example of this?
Thanks
Harlan
- Sat Feb 01, 2020 4:15 am
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: Printing pop-up annotations
- Replies: 4
- Views: 1018
Printing pop-up annotations
Hi, I am trying to print popup annotations. There appear to be two annotations that make up the popup annotation. A PdfTextAnnotation and a PdfPopupAnnotation. When I print the pdf file, only the text annotation is printed. I would like to be able to print the PdfPopupAnnotation when it is open on t...
- Fri Jan 31, 2020 10:02 pm
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: Setting some annotations as not printable.
- Replies: 2
- Views: 639
Re: Setting some annotations as not printable.
Hi Alex,
Thank you for your quick response.
This is working for me
Thanks
Harlan
Thank you for your quick response.
This is working for me
Thanks
Harlan
- Fri Jan 31, 2020 2:22 am
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: Setting some annotations as not printable.
- Replies: 2
- Views: 639
Setting some annotations as not printable.
Hi, I am trying to print a pdf with only some of the annotations showing. When printing, I am iterating through the annotations on the page and setting the IsPrintable property to false on the annotations that I do not want to print. However, the annotations still show when I print them. The only wa...
- Fri Jan 24, 2020 3:41 am
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: PdfFreeTextAnnotation Edit Mode Capturing Keyboard Events
- Replies: 3
- Views: 816
Re: PdfFreeTextAnnotation Edit Mode Capturing Keyboard Events
Hi Alexander,
We are using WinForms
Thanks
We are using WinForms
Thanks