VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfButtonWidgetAnnotationFillTransformer Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfButtonWidgetAnnotationFillTransformer Class
    In This Topic
    Interaction controller that executes PDF button interaction logic in view(fill) mode.
    Object Model
    PdfPushButtonWidgetAnnotationView InteractionArea PdfButtonWidgetAnnotationFillTransformer
    Syntax
    'Declaration
    
    Public Class PdfButtonWidgetAnnotationFillTransformer
       Inherits Vintasoft.Imaging.UI.VisualTools.UserInteraction.InteractionControllerBase(Of T)
    
    
    public class PdfButtonWidgetAnnotationFillTransformer : Vintasoft.Imaging.UI.VisualTools.UserInteraction.InteractionControllerBase<T>
    
    
    public __gc class PdfButtonWidgetAnnotationFillTransformer : public Vintasoft.Imaging.UI.VisualTools.UserInteraction.InteractionControllerBase<T*>*
    
    
    public ref class PdfButtonWidgetAnnotationFillTransformer : public Vintasoft.Imaging.UI.VisualTools.UserInteraction.InteractionControllerBase<T^>^
    
    
    Inheritance 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