Page 1 of 1

Load AnnotationViewer left side

Posted: Fri Mar 22, 2024 10:00 am
by minalchaniara
Hi,

I have load images in annotation viewer but I want to display all images in left side not center of the page. Currently it is loading in center.
Using below codesnippet.

Code: Select all

AnnotationViewer.Images.Add(_sourceFilename, _isFileReadOnlyMode);
AnnotationViewer.SizeMode = ImageSizeMode.BestFit;
AnnotationViewer.DisplayMode = ImageViewerDisplayMode.SinglePage;
How to solve it?

Re: Load AnnotationViewer left side

Posted: Fri Mar 22, 2024 10:43 am
by Alex
Hello,

ImageViewer.ImageAnchor property allows to get or set the anchor style of an image in image viewer.

VintaSoft Imaging .NET SDK has on-line documentation that contains .NET developer guide and API reference. On-line documentation is available here: https://www.vintasoft.com/docs/vsimaging-dotnet/

Best regards, Alexander