Search found 10 matches

by junwei1994
Wed Apr 29, 2020 12:27 pm
Forum: Document Viewing
Topic: Get the selection area on viewer
Replies: 1
Views: 8593

Get the selection area on viewer

Hi There, I followed this thread to get the selection area from an image but eventually the coordinates returned are 0, can someone help ? https://www.gdpicture.com/forum/viewtopic.php?t=3758 Inside the thread it did mention the 'rectangle', is it different with the rectangle that I knew ? Please he...
by junwei1994
Fri Jul 05, 2019 5:24 am
Forum: TWAIN & WIA Acquisition
Topic: What does the 'TwainItemTypes' mean ?
Replies: 1
Views: 11925

What does the 'TwainItemTypes' mean ?

Dear all,

Would appreciate that if you could tell what does each of the enum in 'TwainItemTypes' mean.

When I run the code below, it returns me the TWTY_BOOL''.

Dim type As TwainItemTypes = oGdPictureImaging.TwainGetCapItemType(TwainCapabilities.CAP_UICONTROLLABLE)

Best Regards,
Jun Wei
by junwei1994
Mon Jun 03, 2019 10:48 am
Forum: Document Viewing
Topic: Why there is no image compression for GIF, JPEG, PNG image
Replies: 8
Views: 15010

Re: Why there is no image compression for GIF, JPEG, PNG image

Hi Gabriela,

Any update about this issue ?

Best Regards,
Jun Wei
by junwei1994
Fri May 31, 2019 10:14 am
Forum: Document Viewing
Topic: Why there is no image compression for GIF, JPEG, PNG image
Replies: 8
Views: 15010

Re: Why there is no image compression for GIF, JPEG, PNG image

Hi Gabriela,

This is the behavior of our application.

We will show the compression method when users click on picture.

Is it really no way to show this ?

Best Regards,
Jun Wei
by junwei1994
Tue May 28, 2019 11:27 am
Forum: Document Viewing
Topic: Why there is no image compression for GIF, JPEG, PNG image
Replies: 8
Views: 15010

Re: Why there is no image compression for GIF, JPEG, PNG image

Hi Gabriela, This is not what I want. I would like to have something like the code below: Dim gifCompression As GdPicture14.GifDisposalMethod= _gdPictureImaging.GetGifCompression(_currentImage) And it will return something like: Public Enum GifDisposalMethod GifDisposalMethodNotSet = -1 NoDisposalMe...
by junwei1994
Fri May 24, 2019 9:39 am
Forum: Document Viewing
Topic: Why there is no image compression for GIF, JPEG, PNG image
Replies: 8
Views: 15010

Re: Why there is no image compression for GIF, JPEG, PNG image

Help on this please ?

Best Regards,
Jun Wei
by junwei1994
Thu May 23, 2019 4:26 am
Forum: Document Viewing
Topic: How to move the image freely by clicking left mouse button?
Replies: 3
Views: 11046

Re: How to move the image freely by clicking left mouse button?

Hi Gabriela,

Noted with thanks.

Best Regards,
Jun Wei
by junwei1994
Thu May 23, 2019 4:03 am
Forum: Document Viewing
Topic: Why there is no image compression for GIF, JPEG, PNG image
Replies: 8
Views: 15010

Why there is no image compression for GIF, JPEG, PNG image

Hi There, As per subject, there is only image compression for TIFF image type, code as below: Dim tiffCompression As GdPicture14.TiffCompression = _gdPictureImaging.GetTiffCompression(_currentImage) and this will return all the available tiffCompression as below: TiffCompressionUnknown = 0 TiffCompr...
by junwei1994
Wed May 15, 2019 10:08 am
Forum: Document Viewing
Topic: How to move the image freely by clicking left mouse button?
Replies: 3
Views: 11046

How to move the image freely by clicking left mouse button?

Dear all, May I know how to move the image freely by clicking left mouse button? So far it only allows to move up and down when clicking left mouse button. GdViewer1.MouseMode = ViewerMouseMode.MouseModePan GdViewer1.MouseWheelMode = ViewerMouseWheelMode.MouseWheelModeVerticalScroll GdViewer1.MouseB...