Namespace TallComponents.PDF.Annotations.Widgets
Class SignatureAppearance
The signature appearance can be used if the document is signed. It is the appearance for a signed signature widget.
Syntax
        public class SignatureAppearance
                 : Object
    
        Constructors
Properties
Bitmap Bitmap
            The image used if style is ImageOnly or ImageAndText.
        
        
            DisplaySettings DisplaySettings
            Specifies what to display in the Text region.
        
        
            Boolean KeepAspectRatio
            specify if the image must respect its aspect ratio.
        
        
            SignatureAppearanceStyle Style
            The style used in the SignatureAppearance.
        
        
            TopazSignature TopazSignature
            The image (as vector graphics) used if style is ImageOnly or ImageAndText.