Search found 84 matches

by IntegraHarlan
Fri Mar 27, 2020 2:49 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Bad or unsupported image format message for JPEG2000 image
Replies: 6
Views: 1323

Bad or unsupported image format message for JPEG2000 image

Hi, When loading a PDF file that has a JPEG2000 image, i see a red box that contains the following text: Bad or unsupported image format. JPEG2000 codec (Vintasoft.Imaging.Jpeg2000Codec.dll) is not found. I do have the Vintasoft.Imaging.Jpeg2000Codec.dll referenced in my project. and the file is bei...
by IntegraHarlan
Wed Mar 25, 2020 8:50 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: ReadOnly PdfAnnotation is editable.
Replies: 5
Views: 875

Re: ReadOnly PdfAnnotation is editable.

Thanks for the reply Alexander. Is there a way I can select read only annotations with the InteractonMode set to Edit, but make it so that the read only annotations are not movable? I would like to be able to select multiple annotations, but make so that if any of the selected annotations are read o...
by IntegraHarlan
Tue Mar 24, 2020 6:49 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: programmatically set text annotation to edit mode.
Replies: 3
Views: 2192

Re: programmatically set text annotation to edit mode.

Hi Alexander, Thank you for the example. this is what I need. However, I would like for the annotation to have the appearance of being in edit mode when I create it. Currently I can create an annotation and when I double click to put it in text edit mode and if the PdfAnnotationTool.InteractionMode ...
by IntegraHarlan
Mon Mar 23, 2020 10:34 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: ReadOnly PdfAnnotation is editable.
Replies: 5
Views: 875

ReadOnly PdfAnnotation is editable.

Hi, If a read only PdfAnnotation is set to read only, I would expect to not be able to move or edit the annotation. If I have a PdfAnnotation with the IsReadOnly property set to true, and the PdfAnnotationTool.InteractionMode set to PdfAnnotationInteractionMode.Edit, I am able to move and size the a...
by IntegraHarlan
Thu Mar 12, 2020 9:38 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Rotating PdfFreeTextAnnotations
Replies: 3
Views: 730

Re: Rotating PdfFreeTextAnnotations

Hi Alexander, Sorry I was not more clear. What I am trying to do is have a grab handle on annotations so the user can rotate them when they are added to a pdf document. Specifically for the following annotation types: PdfLineAnnotation, PdfSquareAnnotation, PdfFreeTextAnnotation, I would like to mak...
by IntegraHarlan
Thu Mar 12, 2020 8:22 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Argument out of range exception pasting annotations.
Replies: 2
Views: 596

Argument out of range exception pasting annotations.

Hi, I implemented annotation copy paste and I am seeing a Argument out of range exception on the paste operation. I have tried the implementation two ways. First I implemented the copy paste functionality similar to your PdfEditorDemo application. I then implemented the functionality from the annota...
by IntegraHarlan
Tue Mar 10, 2020 6:46 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Rotating PdfFreeTextAnnotations
Replies: 3
Views: 730

Rotating PdfFreeTextAnnotations

Hi,
Is there a way to rotate PDFFreeTextAnnotations on for the .Net Winforms plug-in?
I do not see any properties or methods that will do this.
Thanks
Harlan
by IntegraHarlan
Tue Mar 10, 2020 1:58 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Line Annotation with dash or dot line style become solid when document rotated.
Replies: 3
Views: 795

Line Annotation with dash or dot line style become solid when document rotated.

Hi, When I add a any annotation with the style set to dashed or dot, the line becomes a solid line when the page is rotated 90 degrees. This appears to do the same thing with any annotation type that I use: Ink, Highlight, freetext, and line I can reproduce this on your PdfEditorDemo Winform applica...
by IntegraHarlan
Mon Mar 09, 2020 10:13 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Making border color and font color different for PdfFreeTextAnnotations
Replies: 1
Views: 531

Making border color and font color different for PdfFreeTextAnnotations

Hi,
I would like to be able to set the border color on a PdfFreeTextAnnotation so that it is different from the font color.
However, they seem to be tied together. Is there a way to make the border color different from the font color?

Thanks