VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfTextOverlay Class / Activate(WpfImageViewer) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
Activate(WpfImageViewer) Method (WpfTextOverlay)
In This Topic
Acivates this instance on the specified viewer.
Syntax
'Declaration

Public Overridable Sub Activate( _
ByVal viewer
The viewer.
As Vintasoft.Imaging.Wpf.UI.WpfImageViewer _
)

Parameters

viewer
The viewer.
Exceptions
ExceptionDescription
Thrown if viewer is null.
Thrown if the text overlay is activated already.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also