VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfComboBoxWidgetAnnotationFillTransformer Class
Constructors Properties Methods Events SeeAlso
In This Topic
    PdfComboBoxWidgetAnnotationFillTransformer Class Members
    In This Topic
    The following tables list the members exposed by PdfComboBoxWidgetAnnotationFillTransformer.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfComboBoxWidgetAnnotationFillTransformer class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the mouse click count that needs to activate text editing. (Inherited from TextObjectTextBoxTransformer)
    Public PropertyGets or sets a value indicating whether the size and location of the TextBox should be calculated automatically. (Inherited from TextObjectTextBoxTransformer)
    Public PropertyGets or sets a value indicating whether automatic zoom must be used in text box. (Inherited from TextObjectTextBoxTransformer)
    Public PropertyGets the DropDown button. (Inherited from ComboBoxObjectTransformer)
    Public PropertyGets or sets an interaction area that is used for editing of text of interactive object. (Inherited from TextObjectTextBoxTransformer)
    Public PropertyGets a focused interaction area. (Inherited from InteractionControllerBase)
    Public PropertyGets or sets a value indicating whether text box must receive focus when text box is shown. (Inherited from TextObjectTextBoxTransformer)
    Public PropertyGets a value indicating whether this interaction controller has appearance. (Inherited from ComboBoxObjectTransformer)
    Public PropertyGets a read-only collection of interaction areas. (Inherited from InteractionControllerBase)
    Public PropertyGets an interactive object of interaction controller. (Inherited from InteractionControllerBase<T>)
    Public PropertyGets a value indicating whether controller is activated. (Inherited from InteractionControllerBase)
    Public PropertyGets a value indicating whether DropDownButton is visible. (Inherited from ComboBoxObjectTransformer)
    Public PropertyGets or sets a value indicating whether interaction controller is enabled. (Inherited from InteractionControllerBase)
    Public PropertyGets a value indicating whether controller is interacting with the interactive object. (Inherited from InteractionControllerBase)
    Public PropertyGets a value indicating whether ListBox is visible. (Inherited from ComboBoxObjectTransformer)
    Public PropertyGets a value indicating whether text box is visible. (Inherited from TextObjectTextBoxTransformer)
    Public PropertyGets or sets a value indicating whether the text must be centered in vertical direction. (Inherited from TextObjectTextBoxTransformer)
    Public PropertyGets a value indicating whether controller is visible. (Inherited from InteractionControllerBase<T>)
    Public PropertyGets the ListBox. (Inherited from ComboBoxObjectTransformer)
    Public Propertystatic (Shared in Visual Basic)Gets or sets a value indicating whether need dispose TextBox after use. (Inherited from TextObjectTextBoxTransformer)
    Public PropertyGets or sets the spell check manager. (Inherited from TextObjectTextBoxTransformer)
    Public PropertyGets or sets a text of the interactive object. (Inherited from ComboBoxObjectTransformer)
    Public PropertyGets or sets the TextBox of this transformer. (Inherited from TextObjectTextBoxTransformer)
    Public PropertyGets or sets a height of TextBox. (Inherited from TextObjectTextBoxTransformer)
    Public PropertyGets or sets a width of TextBox. (Inherited from TextObjectTextBoxTransformer)
    Public PropertyGets or sets the zoom factor of text box. (Inherited from TextObjectTextBoxTransformer)
    Public PropertyGets or sets a value indicating whether the location and size of TextBox must be get from an object bounding box. (Inherited from TextObjectTextBoxTransformer)
    Protected Properties
     NameDescription
    Protected PropertyGets a list of interaction areas. (Inherited from InteractionControllerBase)
    Public Methods
     NameDescription
    Public MethodDraws the interaction controller appearance on specifed graphics engine. (Inherited from ComboBoxObjectTransformer)
    Public MethodHides the DropDownButton. (Inherited from ComboBoxObjectTransformer)
    Public MethodHides the ListBox. (Inherited from ComboBoxObjectTransformer)
    Public MethodHides the text box. (Inherited from TextObjectTextBoxTransformer)
    Public MethodInvoked when interaction controller is activated.
    Public MethodOccurs when interaction controller is deactivated.
    Public MethodInvoked when user interacts with an interaction area of interactive object. (Inherited from InteractionControllerBase)
    Public MethodResets the interaction controller. (Inherited from InteractionControllerBase)
    Public MethodShows the DropDownButton. (Inherited from ComboBoxObjectTransformer)
    Public MethodShows the ListBox. (Inherited from ComboBoxObjectTransformer)
    Public MethodShows the text box in the specified location of specified ImageViewer. (Inherited from TextObjectTextBoxTransformer)
    Public MethodUpdates the location and size of DropDownButton. (Inherited from ComboBoxObjectTransformer)
    Public MethodUpdates the interaction areas of this controller. (Inherited from TextObjectTextBoxTransformer)
    Protected Methods
     NameDescription
    Protected MethodCreates the DropDownButton property value. (Inherited from ComboBoxObjectTransformer)
    Protected MethodCreates the ListBox property value. (Inherited from ComboBoxObjectTransformer)
    Protected MethodCreates the text box.
    Protected MethodDisables the handling text changed event. (Inherited from TextObjectTextBoxTransformer)
    Protected MethodDisposes the text box.
    Protected MethodEnables the handling text changed event. (Inherited from TextObjectTextBoxTransformer)
    Protected MethodRaises the InteractionFinished event. (Inherited from InteractionControllerBase)
    Protected MethodRaises the MouseMove event. (Inherited from TextObjectTextBoxTransformer)
    Protected MethodRaises the TextBoxClosed event. It is called after the System.Windows.Forms.TextBox is closed. (Inherited from ComboBoxObjectTransformer)
    Protected MethodRaises the TextBoxClosing event. It is called before the TextBox is closed. (Inherited from TextObjectTextBoxTransformer)
    Protected MethodRaises the TextBoxShowing event. It is called before the TextBox is shown. (Inherited from TextObjectTextBoxTransformer)
    Protected MethodRaises the TextBoxShown event. It is called after the System.Windows.Forms.TextBox is shown. (Inherited from ComboBoxObjectTransformer)
    Protected MethodRaises the TextBoxUpdated event. It is called after updating the location and/or size of the System.Windows.Forms.TextBox or the text annotation in the viewer. (Inherited from ComboBoxObjectTransformer)
    Protected MethodPerforms an interaction between user and interaction area of interaction object. (Inherited from ComboBoxObjectTransformer)
    Protected MethodProcesses the IME Windows messages. (Inherited from InteractionControllerBase)
    Protected MethodUpdates the location and size of ListBox. (Inherited from ComboBoxObjectTransformer)
    Protected MethodUpdates the location and size of System.Windows.Forms.TextBox. (Inherited from ComboBoxObjectTransformer)
    Public Events
     NameDescription
    Public EventOccurs when user interacts with an interaction area of interactive object. (Inherited from InteractionControllerBase)
    Public EventOccurs when interaction is finished. (Inherited from InteractionControllerBase)
    Public EventOccurs when mouse is moved on the TextBox. (Inherited from TextObjectTextBoxTransformer)
    Public EventOccurs after closing the TextBox. (Inherited from TextObjectTextBoxTransformer)
    Public EventOccurs before closing the TextBox. (Inherited from TextObjectTextBoxTransformer)
    Public EventOccurs before showing the TextBox. (Inherited from TextObjectTextBoxTransformer)
    Public EventOccurs after showing the TextBox. (Inherited from TextObjectTextBoxTransformer)
    Public EventOccurs after updating the location and/or size of the TextBox or the text object in the viewer. (Inherited from TextObjectTextBoxTransformer)
    See Also