ImageGear .NET v25.0 - Updated
WidgetAnnotation Class
Members 




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : WidgetAnnotation Class
A widget annotation is the visual representation of a form field.
Object Model
WidgetAnnotation ClassField Class
Syntax
'Declaration
 
Public MustInherit Class WidgetAnnotation 
   Inherits ImGearPDFAnnotation
'Usage
 
Dim instance As WidgetAnnotation
public abstract class WidgetAnnotation : ImGearPDFAnnotation 
public __gc abstract class WidgetAnnotation : public ImGearPDFAnnotation 
public ref class WidgetAnnotation abstract : public ImGearPDFAnnotation 
Inheritance Hierarchy

System.Object
   ImageGear.Formats.PDF.ImGearPDFObject
         ImageGear.Formats.PDF.WidgetAnnotation
            ImageGear.Formats.PDF.CheckBoxWidgetAnnotation
            ImageGear.Formats.PDF.ComboBoxWidgetAnnotation
            ImageGear.Formats.PDF.ListBoxWidgetAnnotation
            ImageGear.Formats.PDF.PushButtonWidgetAnnotation
            ImageGear.Formats.PDF.RadioButtonWidgetAnnotation
            ImageGear.Formats.PDF.SignatureFieldWidgetAnnotation
            ImageGear.Formats.PDF.TextBoxWidgetAnnotation

See Also

Reference

WidgetAnnotation Members
ImageGear.Formats.PDF Namespace