Search found 11 matches

by senthil205
Thu Jun 08, 2023 6:50 am
Forum: DocuVieware
Topic: how to save annotation properties and load annotation properties in vieware
Replies: 2
Views: 3871

Re: how to save annotation properties and load annotation properties in vieware

Hi fabio

I need to stroke color, fore color, fill color etc,. to save database for next load annotation.

width, top, height, left i got default in every where in viewer
2.png
1.png
1.png (7.92 KiB) Viewed 3453 times
3.png
by senthil205
Wed Jun 07, 2023 5:42 am
Forum: DocuVieware
Topic: how to get left,top,width and height when add annotation in server side
Replies: 1
Views: 4316

how to get left,top,width and height when add annotation in server side

Hi sir, we already purchase viewer I need to get the left, top, width and height when add the annotation in viewer to store in DB after close and view the sample in need to show annotation as we add the annotation at what position. Now i get all properties except left, top, width, height i give hard...
by senthil205
Mon Feb 20, 2023 9:46 am
Forum: Example requests & Code samples
Topic: when click Thumbnail Rotate Button how to get event in docuvieware
Replies: 1
Views: 3303

when click Thumbnail Rotate Button how to get event in docuvieware

Hi sir, When click thumbnail rotate button click in viewer it rotate after we refresh the page it come original, but when i click the rotate button it rotate all page, after we refresh the rotate page will show i need thumbnail rotate button click in viewer it rotate after we refresh the page it rot...
by senthil205
Mon Feb 20, 2023 7:10 am
Forum: Annotations
Topic: How to get event handler when annotation function drag
Replies: 4
Views: 9388

Re: How to get event handler when annotation function drag

Hi sir, Thanks for reply, i need to get the properties of annotation to store in DB and take the value from DB and second time we show in viewer for example server side code: Dim annotstick As GdPicture14.Annotations.AnnotationStickyNote = annotMgr.AddStickyNoteAnnot(1, 1, 2, 2, "Sticky Note by...
by senthil205
Mon Feb 20, 2023 6:05 am
Forum: Annotations
Topic: how to save annotation properties and load annotation properties in vieware
Replies: 1
Views: 3173

Re: how to save annotation properties and load annotation properties in vieware

hi sir


What is status?

I need to get the properties for all Annotation i want to store in DB , after that same file is load the annotation save in db that will i display in viewer
by senthil205
Wed Feb 08, 2023 11:30 am
Forum: Annotations
Topic: How to get event handler when annotation function drag
Replies: 4
Views: 9388

Re: How to get event handler when annotation function drag

senthil205 wrote:
Wed Feb 08, 2023 9:38 am
Hi sir,

I need to get event handler when annotation function drag in Docuvieware (using web).

i use like this

AddHandler DocuViewareEventsHandler.CustomAction, AddressOf handleCustomAction


but event not triger
by senthil205
Wed Feb 08, 2023 9:38 am
Forum: Annotations
Topic: How to get event handler when annotation function drag
Replies: 4
Views: 9388

How to get event handler when annotation function drag

Hi sir,

I need to get event handler when annotation function drag in Docuvieware (using web).
by senthil205
Tue Feb 07, 2023 6:33 am
Forum: DocuVieware
Topic: How to search the value from textbox in docuvieware
Replies: 1
Views: 3617

How to search the value from textbox in docuvieware

Hi sir,  i use the following code If GdViewer1.DisplayFromFile("") = GdPictureStatus.OK Then Dim text_to_find As String = "GdPicture" GdViewer1.RemoveAllRegions() Dim text_found As Boolean = GdViewer1.SearchText(text_to_find, 0, True) If GdViewer1.GetStat() = GdPictureStatus.OK T...
by senthil205
Tue Feb 07, 2023 6:25 am
Forum: Annotations
Topic: how to save annotation properties and load annotation properties in vieware
Replies: 1
Views: 3173

how to save annotation properties and load annotation properties in vieware

Hi sir, I use Docuvieware for viewing the file, i annotate value in viewer i can save the file in locally download. i need to save annotation in table and how to retrieve the value and load annotation in viewer for same file also need to get annotation properties like position , height , weight , pa...
by senthil205
Tue Feb 07, 2023 6:24 am
Forum: DocuVieware
Topic: how to save annotation properties and load annotation properties in vieware
Replies: 2
Views: 3871

how to save annotation properties and load annotation properties in vieware

Hi sir, I use Docuvieware for viewing the file, i annotate value in viewer i can save the file in locally download.  i need to save annotation in table and how to retrieve the value and load annotation in viewer for same file also need to get annotation properties like position , height , weight , p...