Hi Alexander,
I tried setting the font in the text box control to match the font in the annotation.
I am still seeing the same issue with the text moving around in the text box and premature wrapping.
Thanks
Harlan
Search found 80 matches
- Thu Jul 02, 2020 12:46 am
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: Automatically size PdfFreeTextAnotation while typing.
- Replies: 10
- Views: 1492
- Fri Jun 26, 2020 1:42 am
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: Automatically size PdfFreeTextAnotation while typing.
- Replies: 10
- Views: 1492
Re: Automatically size PdfFreeTextAnotation while typing.
Hi Alexander, I finally got a chance to implement the PdfFreeTextExpansionController class you provided. It does not work as I would expect it to. As I type, the text will sometimes move around in the annotation instead of the annotation sizing itself. This is most noticeable when I assign a maximum...
- Wed Jun 24, 2020 1:46 am
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: Comment Annotation disappears when multi-selecting in edit mode.
- Replies: 1
- Views: 10463
Comment Annotation disappears when multi-selecting in edit mode.
Hi, If i try to select more than one comment annotations in edit mode, the previously selected comment disappears. I am able to reproduce this in the Winforms PdfEditorDemo applications. Steps: Open a pdf file in the demo app. Add two comment annotations. Select Edit interaction mode. Click on the P...
- Fri May 22, 2020 7:08 pm
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: Synchronizing document page order with the image order.
- Replies: 1
- Views: 574
Synchronizing document page order with the image order.
HI, In our application we have an ImageViewer and a ThumbnailViewer. The ThumbnailViewer has the ImageViewer set for the MasterViewer propery. When the document is loaded we also create PdfDocument from the ImageViewer. _pdfDocument = PdfDocumentController.GetPageAssociatedWithImage(_documentViewer....
- Fri May 22, 2020 3:18 am
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: retaining text orientation on rotated PdfFreeTextAnnotations
- Replies: 3
- Views: 693
Re: retaining text orientation on rotated PdfFreeTextAnnotations
Thank you,
I have submitted a class that can be easily added to the PDFEditorDemo project through your support e-mail.
You should then be able to reproduce the problem I am having.
Thanks
I have submitted a class that can be easily added to the PDFEditorDemo project through your support e-mail.
You should then be able to reproduce the problem I am having.
Thanks
- Tue May 19, 2020 10:12 pm
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: retaining text orientation on rotated PdfFreeTextAnnotations
- Replies: 3
- Views: 693
retaining text orientation on rotated PdfFreeTextAnnotations
Hi, I am adding PdfFreeTextAnnotations to a page that has been rotated. I am using the suggested code from the following post in this forum https://www.vintasoft.com/forums/viewtopic.php?t=5730 . Using the AffineMatrix I am able to get the annotation in the correct orientation. However, as soon as I...
- Tue May 19, 2020 6:45 pm
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: Keeping a reference to PDF annotation list between pdf documents.
- Replies: 1
- Views: 496
Keeping a reference to PDF annotation list between pdf documents.
Hi, I am trying to copy and paste annotations from a PDF document to a different PDF document in my application. I am unable to use the Copy and Paste UI actions because I want to specify where they are to be placed when I am pasting. When I perform the copy, I add the annotations that I want to cop...
- Wed May 13, 2020 3:16 am
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: Determine if annotation is in viewable area of viewer.
- Replies: 1
- Views: 502
Determine if annotation is in viewable area of viewer.
Hi, I want to be able to scroll to an annotation only if it is not in the viewable area of the viewer. I might have the viewer sized so that I can only see half a page. I want to be able to automatically scroll to an annotation that is at the bottom of the page, but not in the viewable area. If the ...
- Fri May 08, 2020 4:48 am
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: Unable to get BringToBackItemUIAction UIAction to work
- Replies: 5
- Views: 962
Re: Unable to get BringToBackItemUIAction UIAction to work
Hi Alex, I tried your suggestion, and it partially worked. After applying the changes I was able to select the annotation with the mouse cursor. However I am using the annotation tool FindAnnotationView method to select the annotation on a mouse event. This still returns the Popup annotation view. I...
- Thu May 07, 2020 8:21 pm
- Forum: VintaSoft PDF .NET Plug-in Discussions
- Topic: Inconsistent behavior closing comment replies.
- Replies: 5
- Views: 661
Re: Inconsistent behavior closing comment replies.
Thank you this is now working for me.
Thanks
Harlan
Thanks
Harlan