Load AnnotationViewer left side

Questions, comments and suggestions concerning VintaSoft Annotation .NET Plug-in.

Moderator: Alex

Post Reply
minalchaniara
Posts: 9
Joined: Mon Sep 25, 2023 6:20 pm

Load AnnotationViewer left side

Post 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?
Alex
Site Admin
Posts: 2319
Joined: Thu Jul 10, 2008 2:21 pm

Re: Load AnnotationViewer left side

Post 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
Post Reply