VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
In This Topic
VintaSoft Annotation .NET Plug-in: API changes in version 12.3
In This Topic

API changes in Vintasoft.Imaging.Annotation.dll

Moved classes:

public class Vintasoft.Imaging.Annotation.Measurements. MeasurementAnnotationDataEventArgs Moved to Vintasoft.Imaging.Annotation.UI.dll assembly.


Changed classes:

Vintasoft.Imaging.Annotation. AnnotationData
Added properties
public string Intent { get ; set ; } Gets or sets intent of the annotation.


Vintasoft.Imaging.Annotation. AnnotationLinearGradientBrush
Removed properties
public System.Drawing.Drawing2D. Blend Blend { get ; set ; } This property is no longer supported.
public System.Drawing.Drawing2D. ColorBlend InterpolationColors { get ; set ; } This property is no longer supported.
public System.Drawing.Drawing2D. LinearGradientMode LinearGradientMode { get ; set ; } This property is no longer supported, use the GradientAngle property instead. Use 0 for GradientAngle instead of LinearGradientMode.Horizontal value, use 45 for GradientAngle instead of LinearGradientMode.ForwardDiagonal value, use 90 for GradientAngle instead of LinearGradientMode.Vertical, use 135 for GradientAngle instead of LinearGradientMode.BackwardDiagonal value.


Vintasoft.Imaging.Annotation.Formatters. AnnotationFormatter
Added methods
public static int GetSdkVersion(System.Runtime.Serialization. StreamingContext) Returns the SDK version that corresponds to the specified System.Runtime.Serialization.StreamingContext.




API changes in Vintasoft.Imaging.Annotation.UI.dll

New classes:

public class Vintasoft.Imaging.Annotation.Measurements. MeasurementAnnotationDataEventArgs Provides data for the MeasuringTextTemplateUpdating event.
public class Vintasoft.Imaging.Annotation.UI. AnnotationTemplateBuildManager Manages building of annotation templates.
public class Vintasoft.Imaging.Annotation.UI. AnnotationTemplateManager Manages the annotation templates.
public class Vintasoft.Imaging.Annotation.UI. AnnotationTemplateViewBuilder The interaction controller that builds a template annotation.
public class Vintasoft.Imaging.Annotation.UI.VisualTools. AnnotationInteractionAreaAppearanceManager Manages and stores the settings for interaction areas of annotation visual tool.


Changed classes:

Vintasoft.Imaging.Annotation.UI. AnnotationView
Added properties
public string Intent { get ; set ; } Gets or sets intent of the annotation.




API changes in Vintasoft.Imaging.Annotation.Wpf.UI.dll

New classes:

public class Vintasoft.Imaging.Annotation.Wpf.UI. WpfAnnotationTemplateBuildManager Manages building of annotation templates.
public class Vintasoft.Imaging.Annotation.Wpf.UI. WpfAnnotationTemplateManager Manages the annotation templates.
public class Vintasoft.Imaging.Annotation.Wpf.UI. WpfAnnotationTemplateViewBuilder The interaction controller that builds a template annotation.
public class Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools. WpfAnnotationInteractionAreaAppearanceManager Manages and stores the settings for annotation interaction areas of visual tool.


Changed classes:

Vintasoft.Imaging.Annotation.Wpf.UI. WpfAnnotationView
Added properties
public string Intent { get ; set ; } Gets or sets intent of the annotation.




API changes in Vintasoft.Imaging.Annotation.Pdf.dll

New classes:

public class Vintasoft.Imaging.Annotation.Pdf. PdfPageSignatureManager The PDF page signature manager.
public class Vintasoft.Imaging.Codecs.Encoders. SignatureRequestEventArgs Provides data for the SignatureRequest .




API changes in Vintasoft.Imaging.Annotation.Office.dll

Changed classes:

Vintasoft.Imaging.Annotation.Office. OfficeAnnotationData
Added properties
public bool AutoHeight { get ; set ; } Gets or sets a value indicating whether the annotation's height depends on the document content size.
public bool AutoWidth { get ; set ; } Gets or sets a value indicating whether the annotation's width depends on the document content size.
public bool IsAutoSizeUpdating { get ; } Gets or sets a value indicating whether the annotation's auto size is updating now.




API changes in Vintasoft.Imaging.Annotation.Office.UI.dll

Changed classes:

Vintasoft.Imaging.Annotation.Office.UI. OfficeAnnotationView
Added properties
public bool AutoHeight { get ; set ; } Gets or sets a value indicating whether the annotation's height depends on the document content size.
public bool AutoWidth { get ; set ; } Gets or sets a value indicating whether the annotation's width depends on the document content size.




API changes in Vintasoft.Imaging.Annotation.Office.Wpf.UI.dll

Changed classes:

Vintasoft.Imaging.Annotation.Office.Wpf.UI. WpfOfficeAnnotationView
Added properties
public bool AutoHeight { get ; set ; } Gets or sets a value indicating whether the annotation's height depends on the document content size.
public bool AutoWidth { get ; set ; } Gets or sets a value indicating whether the annotation's width depends on the document content size.