VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI.VisualTools.UserInteraction Namespace / IRectangularTextAnnotation Interface
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    IRectangularTextAnnotation Interface
    In This Topic
    Defines an interface for rectangular text annotation.
    Object Model
    IRectangularTextAnnotation
    Syntax
    'Declaration
    
    Public Interface IRectangularTextAnnotation
       Implements IRectangularInteractiveObject, IInteractiveObject, ITextInteractiveObject
    
    
    public interface IRectangularTextAnnotation : IRectangularInteractiveObject, IInteractiveObject, ITextInteractiveObject
    
    
    public __gc __interface IRectangularTextAnnotation : IRectangularInteractiveObject, IInteractiveObject, ITextInteractiveObject
    
    
    public interface class IRectangularTextAnnotation : IRectangularInteractiveObject, IInteractiveObject, ITextInteractiveObject
    
    
    %HIERARCHY%
    Requirements

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

    See Also