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.
AnnotationViewer.Images.Add(_sourceFilename, _isFileReadOnlyMode); AnnotationViewer.SizeMode = ImageSizeMode.BestFit; AnnotationViewer.DisplayMode = ImageViewerDisplayMode.SinglePage;How to solve it?
