This property sets whether or not an annotation file created by the ImageKit.NET2 will be adjusted when it is loaded into the ImageKit.NET3. There are differences in the font size units of Text objects.

[Visual Basic] Public Property AdjustIKN2AnnotationElements As Boolean
[C#] public bool AdjustIKN2AnnotationElements {get; set;}

Property Value

True: Automatically adjusts Text object font size.

False: Does not adjust Text object font size.

Default value is False

Explanation

The AdjustIKN2AnnotationElements property sets whether or not an annotation file created by the ImageKit.NET2 will be adjusted when it is loaded into the ImageKit.NET3. There are differences in the font size units of Text objects.

Annotation files created by the ImageKit.NET2 use points as the unit for font size in Text objects. When these annotation files are loaded into the ImageKit.NET3, the size of the text appears different because the ImageKit.NET3 Text objects uses pixel units for font size. When the AdjustIKN2AnnotationElements property is True, the appearance of the fonts in the Text object will be adjusted so that they look the same in the ImageKit.NET3 as in the ImageKit.NET2.

Note: The Annotation file's content will not be altered by this property. Only the appearance is adjusted when the annotation file is loaded into the ImageKit.NET3

Adjustments made to an annotation file outside of the ImageKit may not be altered by this property.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation