VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationTemplateBuildManager Class / AddStamp(String,Color) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    AddStamp(String,Color) Method (AnnotationTemplateBuildManager)
    In This Topic
    Adds a stamp annotation to this manager and changes the annotation size and position so the annotation fills the annotation viewer.
    Syntax
    'Declaration
    
    Public Function AddStamp( _
    ByVal text
    The text of stamp annotation.
    As System.String, _
    ByVal color
    The annotation color.
    As System.Drawing.Color _
    ) As Vintasoft.Imaging.Annotation.StampAnnotationData

    Parameters

    text
    The text of stamp annotation.
    color
    The annotation color.

    Return Value

    The stamp annotation that fills the the annotation viewer.
    Exceptions
    ExceptionDescription
    Thrown if text is null.
    Requirements

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

    See Also