Visualize the ServerTextControl

The ServerVisualization.TextViewGenerator class, a special kind of ServerTextControl, can be used to generate an image of the text which is contained in a ServerTextControl. It provides a ServerVisualization.View object, which provides the image and which defines the part of the document for which the image is generated. Furthermore, it offers a ServerVisualization.UserInput object which can be used to simulate keyboard and mouse input. If this user-input affects the image defined through the View object, the image is automatically updated and a View.Changed event occurs. The ServerVisualization.RulerBarViewGenerator and ServerVisualization.StatusBarViewGenerator classes work in the same way to generate images of a status bar and of horizontal and vertical ruler bars. Images of all built-in dialog boxes can be generated through the ServerVisualization.DialogViewGenerator class. Objects of this class can be obtained through the TextViewGenerator.GetDialogBox property. All of these classes can be found in the TXTextControl.ServerVisualization namespace.

Classes

Class Description
TXTextControl.ServerVisualization.CaretStateEventArgs The CaretStateEventArgs class provides data about the state of the caret, such as position, size and visibility.
TXTextControl.ServerVisualization.DialogViewGenerator An instance of the DialogViewGenerator class can be used to visualize a built-in dialog box through an image.
TXTextControl.ServerVisualization.DocumentSizeChangedEventArgs The DocumentSizeChangedEventArgs class informs about a changed document size.
TXTextControl.ServerVisualization.DrawComboboxEventArgs The DrawComboboxEventArgs class contains information necessary to draw a combobox so that an end-user can select an item for a SelectionFormField.
TXTextControl.ServerVisualization.DrawDateControlEventArgs The DrawDateControlEventArgs class contains information necessary to draw a date control so that an end-user can select a date for a DateFormField.
TXTextControl.ServerVisualization.DrawShapeEventArgs The DrawShapeEventArgs class contains information to draw additional parts necessary when the user interacts with the document.
TXTextControl.ServerVisualization.MenuItem The MenuItem class provides all data necessary to visualize a menu item, such as the menu's text and the menu's image.
TXTextControl.ServerVisualization.RulerBarViewGenerator An instance of the RulerBarViewGenerator class can be used to visualize a ruler bar through an image.
TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors The ServerVisualization.RulerBarViewGenerator.Colors class gets, sets or resets the display colors of a ServerVisualization.RulerBarViewGenerator component.
TXTextControl.ServerVisualization.ShowDialogBoxEventArgs The ShowDialogBoxEventArgs class provides a DialogViewGenerator object which can be used to show a further dialog box from a parent dialog box.
TXTextControl.ServerVisualization.ShowErrorMessageEventArgs The ShowErrorMessageEventArgs class provides a string which should be shown as an error message for the end-user.
TXTextControl.ServerVisualization.StatusBarViewGenerator An instance of the StatusBarViewGenerator class can be used to visualize a status bar through an image.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors The StatusBarViewGenerator.Colors class gets, sets or resets the display colors of a ServerVisualization.StatusBarViewGenerator component.
TXTextControl.ServerVisualization.TextContextMenuEventArgs The TextContextMenuEventArgs class provides data for the ServerVisualization.TextViewGenerator.TextContextMenuOpening event.
TXTextControl.ServerVisualization.TextViewGenerator The TextViewGenerator class is a special ServerTextControl, which can be used to visualize the control's text contents through a generated image.
TXTextControl.ServerVisualization.TextViewGenerator.Colors The TextViewGenerator.Colors class gets, sets or resets the display colors of a TextViewGenerator component.
TXTextControl.ServerVisualization.UserInput An instance of the UserInput class can be used to inform a view generator about user input.
TXTextControl.ServerVisualization.View An instance of the View class represents a part of a document for which an image can be generated.
TXTextControl.ServerVisualization.ViewChangedEventArgs The ViewChangedEventArgs class provides data for the View.Changed event.

Constructors

Constructor Description
TXTextControl.ServerVisualization.RulerBarViewGenerator Initializes a new instance of the RulerBarViewGenerator class.
TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors Initializes a new instance of the RulerBarViewGenerator.Colors class.
TXTextControl.ServerVisualization.StatusBarViewGenerator Initializes a new instance of the StatusBarViewGenerator class.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors Initializes a new instance of the StatusBarViewGenerator.Colors class.
TXTextControl.ServerVisualization.TextViewGenerator.Colors Initializes a new instance of the TextViewGenerator.Colors class.

Enumerations

Enumeration Description
TXTextControl.ServerVisualization.DrawShapeEventArgs.Shape Determines a shape to be drawn during the DrawShape event.
TXTextControl.ServerVisualization.TextViewGenerator.DialogBoxKind Determines a built-in dialog box.
TXTextControl.ServerVisualization.UserInput.MouseButtons Determines a pressed mouse button.
TXTextControl.ServerVisualization.UserInput.ModifierKeys Determines a pressed modifier key.

Events

Event Description
TXTextControl.ServerVisualization.DialogViewGenerator.CaretStateChanged Occurs when the state of the caret (size, position, visibility) has been changed.
TXTextControl.ServerVisualization.DialogViewGenerator.Closed Occurs after the dialog box has been closed through clicking the Ok or Cancel button.
TXTextControl.ServerVisualization.DialogViewGenerator.ShowDialogBox Occurs when the dialog box should show a further dialog box.
TXTextControl.ServerVisualization.DialogViewGenerator.ShowErrorMessage Occurs when the dialog box should show an error message.
TXTextControl.ServerVisualization.TextViewGenerator.BarcodeDeselected Occurs when a barcode has been deselected.
TXTextControl.ServerVisualization.TextViewGenerator.BarcodeSelected Occurs when a barcode has been selected.
TXTextControl.ServerVisualization.TextViewGenerator.CannotTrackChange Determines how to handle a change of the document that cannot be added to the list of tracked changes.
TXTextControl.ServerVisualization.TextViewGenerator.Changed Indicates that the contents of a document have been changed.
TXTextControl.ServerVisualization.TextViewGenerator.ChartDeselected Occurs when a chart has been deselected.
TXTextControl.ServerVisualization.TextViewGenerator.ChartSelected Occurs when a chart has been selected.
TXTextControl.ServerVisualization.TextViewGenerator.CaretStateChanged Occurs when the state of the caret (size, position, visibility) has been changed.
TXTextControl.ServerVisualization.TextViewGenerator.CharFormatChanged Occurs when the character formatting attributes either of the selected characters or the current text input position have been changed.
TXTextControl.ServerVisualization.TextViewGenerator.CommentChanged Occurs when the text of a comment has been altered.
TXTextControl.ServerVisualization.TextViewGenerator.CommentedTextEntered Occurs when the current input position has been moved to a position that belongs to a commented piece of text.
TXTextControl.ServerVisualization.TextViewGenerator.CommentedTextLeft Occurs when the current input position has left a commented piece of text.
TXTextControl.ServerVisualization.TextViewGenerator.CommentStateChanged Occurs when the state of a comment alters from active to inactive or vice versa.
TXTextControl.ServerVisualization.TextViewGenerator.DocumentLinkClicked Occurs when a text field has been clicked on that represents a link to a target in the document.
TXTextControl.ServerVisualization.TextViewGenerator.DocumentSizeChanged Occurs when the size of the document has been changed.
TXTextControl.ServerVisualization.TextViewGenerator.DrawCombobox Occurs when a combobox for a SelectionFormField must be drawn.
TXTextControl.ServerVisualization.TextViewGenerator.DrawDateControl Occurs when a date control for a DateFormField must be drawn.
TXTextControl.ServerVisualization.TextViewGenerator.DrawingDeselected Occurs when a drawing has been deselected.
TXTextControl.ServerVisualization.TextViewGenerator.DrawingSelected Occurs when a drawing has been selected.
TXTextControl.ServerVisualization.TextViewGenerator.DrawShape Occurs when additional user-interaction parts must be drawn.
TXTextControl.ServerVisualization.TextViewGenerator.EditableRegionEntered Occurs when the current input position has been moved to a position that belongs to an editable region.
TXTextControl.ServerVisualization.TextViewGenerator.EditableRegionLeft Occurs when the current input position has left an editable region.
TXTextControl.ServerVisualization.TextViewGenerator.FootnoteReferenceMarkEntered Occurs when the current input position has been moved to the position of a footnote reference mark.
TXTextControl.ServerVisualization.TextViewGenerator.FootnoteReferenceMarkLeft Occurs when the current input position has left the position of a footnote reference mark.
TXTextControl.ServerVisualization.TextViewGenerator.FootnoteSectionActivated Occurs when the footnote section of a document's page gets the current text input position from another part of the document.
TXTextControl.ServerVisualization.TextViewGenerator.FootnoteSectionDeactivated Occurs when the footnote section of a document's page has lost the current text input position.
TXTextControl.ServerVisualization.TextViewGenerator.FormattingStyleChanged Occurs after formatting attributes of one or more formatting styles have been changed.
TXTextControl.ServerVisualization.TextViewGenerator.FormattingStyleListChanged Occurs after one or more formatting styles have been added or removed or if the name of an existing style has been changed.
TXTextControl.ServerVisualization.TextViewGenerator.FormFieldCheckChanged Occurs when the checkmark of a CheckFormField has been changed from checked to unchecked or vice versa.
TXTextControl.ServerVisualization.TextViewGenerator.FormFieldDateChanged Occurs when the date of a DateFormField has been changed.
TXTextControl.ServerVisualization.TextViewGenerator.FormFieldSelectionChanged Occurs when the selected item of a SelectionFormField has been changed.
TXTextControl.ServerVisualization.TextViewGenerator.FormFieldSettingsChanged Occurs when the name, the id and/or formatting attributes of a CheckFormField, TextFormField, SelectionFormField or DateFormField have been changed.
TXTextControl.ServerVisualization.TextViewGenerator.FormFieldTextChanged Occurs when the text of a TextFormField has been changed.
TXTextControl.ServerVisualization.TextViewGenerator.FrameDeselected Occurs when a frame (image, text frame, chart, barcode or drawing) has been deselected.
TXTextControl.ServerVisualization.TextViewGenerator.FrameMoved Occurs when a frame (image, text frame, chart, barcode or drawing) has been moved.
TXTextControl.ServerVisualization.TextViewGenerator.FrameSelected Occurs when a frame (image, text frame, chart, barcode or drawing) has been selected.
TXTextControl.ServerVisualization.TextViewGenerator.FrameSized Occurs when a frame (image, text frame, chart, barcode or drawing) has been sized.
TXTextControl.ServerVisualization.TextViewGenerator.HeaderFooterActivated Occurs when a header or footer gets the current text input position from another part of the document such as a textframe or the main text.
TXTextControl.ServerVisualization.TextViewGenerator.HeaderFooterDeactivated Occurs when a header or footer loses the current text input position and another part of the document such as a textframe or the main text gets it.
TXTextControl.ServerVisualization.TextViewGenerator.HypertextLinkClicked Occurs when a text field has been clicked on that represents the source of a hypertext link.
TXTextControl.ServerVisualization.TextViewGenerator.ImageDeselected Occurs when an image has been deselected.
TXTextControl.ServerVisualization.TextViewGenerator.ImageSelected Occurs when an image has been selected.
TXTextControl.ServerVisualization.TextViewGenerator.InputFormattingStyleChanged Occurs after the text input position has been moved to a text part formatted with another style.
TXTextControl.ServerVisualization.TextViewGenerator.InputParagraphChanged Occurs when the text input position has been moved to another paragraph.
TXTextControl.ServerVisualization.TextViewGenerator.InputPositionChanged Occurs when the text input position has been changed.
TXTextControl.ServerVisualization.TextViewGenerator.MainTextActivated Occurs when the main text of the document gets the current text input position from another part of the document, such as a header, a footer or a textframe.
TXTextControl.ServerVisualization.TextViewGenerator.PageFormatChanged Occurs when the page format settings have been changed.
TXTextControl.ServerVisualization.TextViewGenerator.ParagraphFormatChanged Occurs when the formatting attributes of the selected paragraphs have been changed.
TXTextControl.ServerVisualization.TextViewGenerator.RemoveCombobox Occurs when a combobox for a SelectionFormField must be removed.
TXTextControl.ServerVisualization.TextViewGenerator.RemoveDateControl Occurs when the date control of a DateFormField must be removed.
TXTextControl.ServerVisualization.TextViewGenerator.ShowDialogBox Occurs when a dialog box should be shown.
TXTextControl.ServerVisualization.TextViewGenerator.ShowErrorMessage Occurs when an error message should be shown.
TXTextControl.ServerVisualization.TextViewGenerator.SignatureFieldDeselected Occurs when a signature field has been deselected.
TXTextControl.ServerVisualization.TextViewGenerator.SignatureFieldSelected Occurs when a signature field has been selected.
TXTextControl.ServerVisualization.TextViewGenerator.SubTextPartClicked Occurs when a subtextpart has been clicked on.
TXTextControl.ServerVisualization.TextViewGenerator.SubTextPartDoubleClicked Occurs when a subtextpart has been double-clicked on.
TXTextControl.ServerVisualization.TextViewGenerator.SubTextPartEntered Occurs when the current input position has been moved to a position that belongs to a subtextpart.
TXTextControl.ServerVisualization.TextViewGenerator.SubTextPartLeft Occurs when the current input position has left a subtextpart.
TXTextControl.ServerVisualization.TextViewGenerator.TableOfContentsEntered Occurs when the current input position has been moved to a position that belongs to a table of contents.
TXTextControl.ServerVisualization.TextViewGenerator.TableOfContentsLeft Occurs when the current input position has left a table of contents.
TXTextControl.ServerVisualization.TextViewGenerator.TextContextMenuOpening Occurs when a right mouse click is sent as user input and a context menu should be opened.
TXTextControl.ServerVisualization.TextViewGenerator.TextFieldClicked Occurs when a text field has been clicked on.
TXTextControl.ServerVisualization.TextViewGenerator.TextFieldEntered Occurs when the current input position has been moved to a position that belongs to a text field.
TXTextControl.ServerVisualization.TextViewGenerator.TextFieldLeft Occurs when the current input position has left a text field.
TXTextControl.ServerVisualization.TextViewGenerator.TextFrameActivated Occurs when a text frame gets the current text input position from another part of the document such as a header, a footer or the main text.
TXTextControl.ServerVisualization.TextViewGenerator.TextFrameDeactivated Occurs when a text frame loses the current text input position and another part of the document such as a header, a footer or the main text gets it.
TXTextControl.ServerVisualization.TextViewGenerator.TextFrameDeselected Occurs when a text frame has been deselected.
TXTextControl.ServerVisualization.TextViewGenerator.TextFrameSelected Occurs when a text frame has been selected.
TXTextControl.ServerVisualization.TextViewGenerator.TrackedChangeChanged Occurs when the text of a tracked change has been altered.
TXTextControl.ServerVisualization.TextViewGenerator.TrackedChangeStateChanged Occurs when the state of a tracked change alters from active to inactive or vice versa.
TXTextControl.ServerVisualization.View.AutoHScroll Occurs when the horizontal location of the view has been changed automatically.
TXTextControl.ServerVisualization.View.AutoVScroll Occurs when the vertical location of the view has been changed automatically.
TXTextControl.ServerVisualization.View.Changed Occurs after the contents of the View object's image have been changed.
TXTextControl.ServerVisualization.View.Zoomed Occurs after the View object's zoom factor has been changed.

Methods

Method Description
TXTextControl.ServerVisualization.MenuItem.Execute Executes the menu item.
TXTextControl.ServerVisualization.RulerBarViewGenerator.Create Initializes the resources of a newly instantiated object.
TXTextControl.ServerVisualization.RulerBarViewGenerator.ResetDisplayColors Resets all display colors of a ruler bar to their system dependent default values.
TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.ResetBackColor Resets the ruler bar's BackColor to its system dependent default value.
TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.ResetForeColor Resets the ruler bar's ForeColor to its system dependent default value.
TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.ResetGradientBackColor Resets the ruler bar's GradientBackColor to its system dependent default value.
TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.ResetRulerColor Resets the ruler bar's RulerColor to its system dependent default value.
TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.ResetSeparatorColorDark Resets the ruler bar's SeparatorColorDark to its system dependent default value.
TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.ResetSeparatorColorLight Resets the ruler bar's SeparatorColorLight to its system dependent default value.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Create Initializes the resources of a newly instantiated object.
TXTextControl.ServerVisualization.StatusBarViewGenerator.ResetDisplayColors Resets all display colors of a status bar to their system dependent default values.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.ResetBackColor Resets the status bar's BackColor to its system dependent default value.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.ResetBackColorBottom Resets the status bar's BackColorBottom to its system dependent default value.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.ResetBackColorMiddle Resets the status bar's BackColorMiddle to its system dependent default value.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.ResetBackColorTop Resets the status bar's BackColorTop to its system dependent default value.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.ResetForeColor Resets the status bar's ForeColor to its system dependent default value.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.ResetFrameColor Resets the status bar's FrameColor to its system dependent default value.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.ResetGradientBackColor Resets the status bar's GradientBackColor to its system dependent default value.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.ResetSeparatorColorDark Resets the status bar's SeparatorColorDark to its system dependent default value.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.ResetSeparatorColorLight Resets the status bar's SeparatorColorLight to its system dependent default value.
TXTextControl.ServerVisualization.TextViewGenerator.BeginUndoAction Begins a user-defined undo operation.
TXTextControl.ServerVisualization.TextViewGenerator.EndUndoAction Ends a user-defined undo operation.
TXTextControl.ServerVisualization.TextViewGenerator.GetDialogBox Returns a view generator for the specified built-in dialog box.
TXTextControl.ServerVisualization.TextViewGenerator.OnBarcodeDeselected Raises the BarcodeDeselected event.
TXTextControl.ServerVisualization.TextViewGenerator.OnBarcodeSelected Raises the BarcodeSelected event.
TXTextControl.ServerVisualization.TextViewGenerator.OnCannotTrackChange Raises the CannotTrackChange event.
TXTextControl.ServerVisualization.TextViewGenerator.OnChartDeselected Raises the ChartDeselected event.
TXTextControl.ServerVisualization.TextViewGenerator.OnChartSelected Raises the ChartSelected event.
TXTextControl.ServerVisualization.TextViewGenerator.OnCaretStateChanged Raises the CaretStateChanged event.
TXTextControl.ServerVisualization.TextViewGenerator.OnChanged Raises the Changed event.
TXTextControl.ServerVisualization.TextViewGenerator.OnCharFormatChanged Raises the CharFormatChanged event.
TXTextControl.ServerVisualization.TextViewGenerator.OnCommentChanged Raises the CommentChanged event.
TXTextControl.ServerVisualization.TextViewGenerator.OnCommentedTextEntered Raises the CommentedTextEntered event.
TXTextControl.ServerVisualization.TextViewGenerator.OnCommentedTextLeft Raises the CommentedTextLeft event.
TXTextControl.ServerVisualization.TextViewGenerator.OnCommentStateChanged Raises the CommentStateChanged event.
TXTextControl.ServerVisualization.TextViewGenerator.OnDocumentLinkClicked Raises the DocumentLinkClicked event.
TXTextControl.ServerVisualization.TextViewGenerator.OnDocumentSizeChanged Raises the DocumentSizeChanged event.
TXTextControl.ServerVisualization.TextViewGenerator.OnDrawCombobox Raises the DrawCombobox event.
TXTextControl.ServerVisualization.TextViewGenerator.OnDrawDateControl Raises the DrawDateControl event.
TXTextControl.ServerVisualization.TextViewGenerator.OnDrawingDeselected Raises the DrawingDeselected event.
TXTextControl.ServerVisualization.TextViewGenerator.OnDrawingSelected Raises the DrawingSelected event.
TXTextControl.ServerVisualization.TextViewGenerator.OnDrawShape Raises the DrawShape event.
TXTextControl.ServerVisualization.TextViewGenerator.OnEditableRegionEntered Raises the EditableRegionEntered event.
TXTextControl.ServerVisualization.TextViewGenerator.OnEditableRegionLeft Raises the EditableRegionLeft event.
TXTextControl.ServerVisualization.TextViewGenerator.OnFootnoteReferenceMarkEntered Raises the FootnoteReferenceMarkEntered event.
TXTextControl.ServerVisualization.TextViewGenerator.OnFootnoteReferenceMarkLeft Raises the FootnoteReferenceMarkLeft event.
TXTextControl.ServerVisualization.TextViewGenerator.OnFootnoteSectionActivated Raises the FootnoteSectionActivated event.
TXTextControl.ServerVisualization.TextViewGenerator.OnFootnoteSectionDeactivated Raises the FootnoteSectionDeactivated event.
TXTextControl.ServerVisualization.TextViewGenerator.OnFormattingStyleChanged Raises the FormattingStyleChanged event.
TXTextControl.ServerVisualization.TextViewGenerator.OnFormattingStyleListChanged Raises the FormattingStyleListChanged event.
TXTextControl.ServerVisualization.TextViewGenerator.OnFormFieldCheckChanged Raises the FormFieldCheckChanged event.
TXTextControl.ServerVisualization.TextViewGenerator.OnFormFieldDateChanged Raises the FormFieldDateChanged event.
TXTextControl.ServerVisualization.TextViewGenerator.OnFormFieldSelectionChanged Raises the FormFieldSelectionChanged event.
TXTextControl.ServerVisualization.TextViewGenerator.OnFormFieldSettingsChanged Raises the FormFieldSettingsChanged event.
TXTextControl.ServerVisualization.TextViewGenerator.OnFormFieldTextChanged Raises the FormFieldTextChanged event.
TXTextControl.ServerVisualization.TextViewGenerator.OnFrameDeselected Raises the FrameDeselected event.
TXTextControl.ServerVisualization.TextViewGenerator.OnFrameMoved Raises the FrameMoved event.
TXTextControl.ServerVisualization.TextViewGenerator.OnFrameSelected Raises the FrameSelected event.
TXTextControl.ServerVisualization.TextViewGenerator.OnFrameSized Raises the FrameSized event.
TXTextControl.ServerVisualization.TextViewGenerator.OnHeaderFooterActivated Raises the HeaderFooterActivated event.
TXTextControl.ServerVisualization.TextViewGenerator.OnHeaderFooterDeactivated Raises the HeaderFooterDeactivated event.
TXTextControl.ServerVisualization.TextViewGenerator.OnHypertextLinkClicked Raises the HypertextLinkClicked event.
TXTextControl.ServerVisualization.TextViewGenerator.OnImageDeselected Raises the ImageDeselected event.
TXTextControl.ServerVisualization.TextViewGenerator.OnImageSelected Raises the ImageSelected event.
TXTextControl.ServerVisualization.TextViewGenerator.OnInputFormattingStyleChanged Raises the InputFormattingStyleChanged event.
TXTextControl.ServerVisualization.TextViewGenerator.OnInputParagraphChanged Raises the InputParagraphChanged event.
TXTextControl.ServerVisualization.TextViewGenerator.OnInputPositionChanged Raises the InputPositionChanged event.
TXTextControl.ServerVisualization.TextViewGenerator.OnMainTextActivated Raises the MainTextActivated event.
TXTextControl.ServerVisualization.TextViewGenerator.OnPageFormatChanged Raises the PageFormatChanged event.
TXTextControl.ServerVisualization.TextViewGenerator.OnParagraphFormatChanged Raises the ParagraphFormatChanged event.
TXTextControl.ServerVisualization.TextViewGenerator.OnRemoveCombobox Raises the RemoveCombobox event.
TXTextControl.ServerVisualization.TextViewGenerator.OnRemoveDateControl Raises the RemoveDateControl event.
TXTextControl.ServerVisualization.TextViewGenerator.OnSignatureFieldDeselected Raises the SignatureFieldDeselected event.
TXTextControl.ServerVisualization.TextViewGenerator.OnSignatureFieldSelected Raises the SignatureFieldSelected event.
TXTextControl.ServerVisualization.TextViewGenerator.OnSubTextPartClicked Raises the SubTextPartClicked event.
TXTextControl.ServerVisualization.TextViewGenerator.OnSubTextPartDoubleClicked Raises the SubTextPartDoubleClicked event.
TXTextControl.ServerVisualization.TextViewGenerator.OnSubTextPartEntered Raises the SubTextPartEntered event.
TXTextControl.ServerVisualization.TextViewGenerator.OnSubTextPartLeft Raises the SubTextPartLeft event.
TXTextControl.ServerVisualization.TextViewGenerator.OnTableOfContentsEntered Raises the TableOfContentsEntered event.
TXTextControl.ServerVisualization.TextViewGenerator.OnTableOfContentsLeft Raises the TableOfContentsLeft event.
TXTextControl.ServerVisualization.TextViewGenerator.OnTextContextMenuOpening Raises the TextContextMenuOpening event.
TXTextControl.ServerVisualization.TextViewGenerator.OnTextFieldClicked Raises the TextFieldClicked event.
TXTextControl.ServerVisualization.TextViewGenerator.OnTextFieldEntered Raises the TextFieldEntered event.
TXTextControl.ServerVisualization.TextViewGenerator.OnTextFieldLeft Raises the TextFieldLeft event.
TXTextControl.ServerVisualization.TextViewGenerator.OnTextFrameActivated Raises the TextFrameActivated event.
TXTextControl.ServerVisualization.TextViewGenerator.OnTextFrameDeactivated Raises the TextFrameDeactivated event.
TXTextControl.ServerVisualization.TextViewGenerator.OnTextFrameDeselected Raises the TextFrameDeselected event.
TXTextControl.ServerVisualization.TextViewGenerator.OnTextFrameSelected Raises the TextFrameSelected event.
TXTextControl.ServerVisualization.TextViewGenerator.OnTrackedChangeChanged Raises the TrackedChangeChanged event.
TXTextControl.ServerVisualization.TextViewGenerator.OnTrackedChangeStateChanged Raises the TrackedChangeStateChanged event.
TXTextControl.ServerVisualization.TextViewGenerator.Redo Redoes the last TextViewGenerator operation.
TXTextControl.ServerVisualization.TextViewGenerator.Undo Undoes the last edit operation in the TextViewGenerator.
TXTextControl.ServerVisualization.TextViewGenerator.Zoom Zooms the contents of the TextViewGenerator.
TXTextControl.ServerVisualization.TextViewGenerator.Colors.ResetActiveFormFieldColor Resets the text control's ActiveFormFieldColor to its default value.
TXTextControl.ServerVisualization.TextViewGenerator.Colors.ResetDarkShadowColor Resets the text control's DarkShadowColor to its system dependent default value.
TXTextControl.ServerVisualization.TextViewGenerator.Colors.ResetDesktopColor Resets the text control's DesktopColor to its system dependent default value.
TXTextControl.ServerVisualization.TextViewGenerator.Colors.ResetFormFieldColor Resets the text control's FormFieldColor to its default value.
TXTextControl.ServerVisualization.TextViewGenerator.Colors.ResetHeaderFooterLabelColor Resets the text control's HeaderFooterLabelColor to its system dependent default value.
TXTextControl.ServerVisualization.TextViewGenerator.Colors.ResetHeaderFooterLineColor Resets the text control's HeaderFooterLineColor to its system dependent default value.
TXTextControl.ServerVisualization.TextViewGenerator.Colors.ResetLightShadowColor Resets the text control's LightShadowColor to its system dependent default value.
TXTextControl.ServerVisualization.UserInput.SendKeyDown Informs the view generator about a key down event.
TXTextControl.ServerVisualization.UserInput.SendKeyPress Informs the view generator about a key press event.
TXTextControl.ServerVisualization.UserInput.SendKeyUp Informs the view generator about a key up event.
TXTextControl.ServerVisualization.UserInput.SendMouseDoubleClick Informs the view generator about a mouse double click event.
TXTextControl.ServerVisualization.UserInput.SendMouseDown Informs the view generator about a mouse down event.
TXTextControl.ServerVisualization.UserInput.SendMouseMove Informs the view generator about a mouse move event.
TXTextControl.ServerVisualization.UserInput.SendMouseUp Informs the view generator about a mouse up event.
TXTextControl.ServerVisualization.UserInput.SendMouseWheel Informs the view generator about a mouse wheel event.
TXTextControl.ServerVisualization.View.GetCursorKind Returns the cursor kind for a certain location in a document.
TXTextControl.ServerVisualization.View.GetImage Gets a part of a document as an image.
TXTextControl.ServerVisualization.View.GetUpdateRectangle Returns the coordinates of the smallest rectangle that completely encloses the update region.
TXTextControl.ServerVisualization.View.OnAutoHScroll Raises the AutoHScroll event.
TXTextControl.ServerVisualization.View.OnAutoVScroll Raises the AutoVScroll event.
TXTextControl.ServerVisualization.View.OnChanged Raises the view's Changed event.
TXTextControl.ServerVisualization.View.OnZoomed Raises the View's Zoomed event.

Properties

Property Description
TXTextControl.ServerVisualization.CaretStateEventArgs.Direction Gets the caret's direction.
TXTextControl.ServerVisualization.CaretStateEventArgs.Location Gets the caret's location in pixels.
TXTextControl.ServerVisualization.CaretStateEventArgs.Size Gets the caret's visibility.
TXTextControl.ServerVisualization.CaretStateEventArgs.Visibility Gets the caret's visibility.
TXTextControl.ServerVisualization.DialogViewGenerator.ActivationState Gets or sets a value indicating the dialog box's activation state.
TXTextControl.ServerVisualization.DialogViewGenerator.Caption Gets the dialog box's caption.
TXTextControl.ServerVisualization.DialogViewGenerator.UserInput Gets the dialog box's UserInput object, which can be used to inform the dialog box about user input.
TXTextControl.ServerVisualization.DialogViewGenerator.View Gets the dialog box's View object, which informs about view changes and provides an image of the dialog box's current state.
TXTextControl.ServerVisualization.DocumentSizeChangedEventArgs.Height Gets the document's height, in twips.
TXTextControl.ServerVisualization.DocumentSizeChangedEventArgs.Width Gets the document's width, in twips.
TXTextControl.ServerVisualization.DrawComboboxEventArgs.Bold Returns true, when the font of the combobox should be bold.
TXTextControl.ServerVisualization.DrawComboboxEventArgs.FontName Returns the name of the font that should be used to display the items of the combobox.
TXTextControl.ServerVisualization.DrawComboboxEventArgs.FontSize Returns the pointsize (EM size), in pixels, of the combobox's font.
TXTextControl.ServerVisualization.DrawComboboxEventArgs.Italic Returns true, when the font of the combobox should be italic.
TXTextControl.ServerVisualization.DrawComboboxEventArgs.Location Gets the location of the combobox's text, in pixels.
TXTextControl.ServerVisualization.DrawComboboxEventArgs.SelectionFormField Gets the SelectionFormField for which the combobox is displayed.
TXTextControl.ServerVisualization.DrawComboboxEventArgs.Size Gets the size of the combobox's text, in pixels.
TXTextControl.ServerVisualization.DrawDateControlEventArgs.Location Gets the location where to place the date control, in pixels.
TXTextControl.ServerVisualization.DrawDateControlEventArgs.DateFormField Gets the DateFormField for which the date control is displayed.
TXTextControl.ServerVisualization.DrawShapeEventArgs.Kind Gets the kind of the shape.
TXTextControl.ServerVisualization.DrawShapeEventArgs.Location Gets the location of the shape, in pixels.
TXTextControl.ServerVisualization.DrawShapeEventArgs.Size Gets the size of the shape, in pixels.
TXTextControl.ServerVisualization.MenuItem.Checked Gets a value indicating whether the menu item is checked.
TXTextControl.ServerVisualization.MenuItem.Enabled Gets a value indicating whether the menu item is enabled.
TXTextControl.ServerVisualization.MenuItem.Image Gets the menu item's image.
TXTextControl.ServerVisualization.MenuItem.Items Gets an array of ServerVisualization.MenuItem objects specifying a submenu.
TXTextControl.ServerVisualization.MenuItem.Text Gets the menu item's text.
TXTextControl.ServerVisualization.RulerBarViewGenerator.Alignment Gets or sets a value specifying the alignment of the ruler bar in the document.
TXTextControl.ServerVisualization.RulerBarViewGenerator.BorderStyle Gets or sets the border style of the ruler bar.
TXTextControl.ServerVisualization.RulerBarViewGenerator.DisplayColors Gets or sets the colors of the ruler bar.
TXTextControl.ServerVisualization.RulerBarViewGenerator.EnablePageMargins Enables or disables the setting of page margins.
TXTextControl.ServerVisualization.RulerBarViewGenerator.FormulaMode Gets or sets a value specifying whether the ruler bar shows cell references when the current input position is in a table cell.
TXTextControl.ServerVisualization.RulerBarViewGenerator.Location Gets or sets a location, in pixels.
TXTextControl.ServerVisualization.RulerBarViewGenerator.ReadOnly Gets or sets a value determining the ruler bar's read only mode.
TXTextControl.ServerVisualization.RulerBarViewGenerator.Resolution Gets or sets a resolution, in dots per inch (dpi) for all images, provided through the View property.
TXTextControl.ServerVisualization.RulerBarViewGenerator.ScaleUnit Gets or sets the unit of the ruler bar's scale.
TXTextControl.ServerVisualization.RulerBarViewGenerator.UserInput Gets the UserInput object, which can be used to inform the RulerBarViewGenerator about user input.
TXTextControl.ServerVisualization.RulerBarViewGenerator.View Gets the View object, which informs about view changes and provides an image of the RulerBarViewGenerator's current state.
TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.BackColor Gets or sets the background color at the left or top edge of the ruler bar.
TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.ForeColor Gets or sets the color used for the numbers of the ruler.
TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.GradientBackColor Gets or sets the background color at the right or bottom edge of the ruler bar.
TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.RulerColor Gets or sets the color of the ruler.
TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.SeparatorColorDark Gets or sets the color of dark separators.
TXTextControl.ServerVisualization.RulerBarViewGenerator.Colors.SeparatorColorLight Gets or sets the color of light separators.
TXTextControl.ServerVisualization.ShowDialogBoxEventArgs.DialogBox Gets a DialogViewGenerator object which can be used to show the child dialog box.
TXTextControl.ServerVisualization.ShowErrorMessageEventArgs.ErrorMessage Gets the error message.
TXTextControl.ServerVisualization.ShowErrorMessageEventArgs.Caption Gets a caption string.
TXTextControl.ServerVisualization.StatusBarViewGenerator.BorderStyle Gets or sets the border style of the status bar.
TXTextControl.ServerVisualization.StatusBarViewGenerator.ColumnText Gets or sets the text in the 'Column' area of the status bar.
TXTextControl.ServerVisualization.StatusBarViewGenerator.DisplayColors Gets or sets the colors of the status bar.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Font Gets or sets the font which is used to display text.
TXTextControl.ServerVisualization.StatusBarViewGenerator.LineText Gets or sets the text in the 'Line' area of the status bar.
TXTextControl.ServerVisualization.StatusBarViewGenerator.PageCounterText Gets or sets the text in the 'Page counter' area of the status bar.
TXTextControl.ServerVisualization.StatusBarViewGenerator.PageText Gets or sets the text in the 'Page' area of the status bar.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Resolution Gets or sets a resolution, in dots per inch (dpi) for all images, provided through the View property.
TXTextControl.ServerVisualization.StatusBarViewGenerator.SectionCounterText Gets or sets the text in the 'Section counter' area of the status bar.
TXTextControl.ServerVisualization.StatusBarViewGenerator.SectionText Gets or sets the text in the 'Section' area of the status bar.
TXTextControl.ServerVisualization.StatusBarViewGenerator.ShowColumn Specifies whether the status bar shows the column number of the current text input position.
TXTextControl.ServerVisualization.StatusBarViewGenerator.ShowKeyStates Specifies whether the status bar shows the key state of the CAPSLOCK and the NUMLOCK key and the current insertion mode, insert or overwrite.
TXTextControl.ServerVisualization.StatusBarViewGenerator.ShowLanguage Specifies whether the status bar shows the language of the text selection or the text input position.
TXTextControl.ServerVisualization.StatusBarViewGenerator.ShowLine Specifies whether the status bar shows the line number of the current text input position.
TXTextControl.ServerVisualization.StatusBarViewGenerator.ShowPage Specifies whether the status bar shows the page number of the current text input position.
TXTextControl.ServerVisualization.StatusBarViewGenerator.ShowPageCounter Specifies whether the status bar shows the number of pages the document consists of.
TXTextControl.ServerVisualization.StatusBarViewGenerator.ShowSection Specifies whether the status bar shows the section number of the current text input position.
TXTextControl.ServerVisualization.StatusBarViewGenerator.ShowSectionCounter Specifies whether the status bar shows the number of sections the document consists of.
TXTextControl.ServerVisualization.StatusBarViewGenerator.ShowZoom Specifies whether the status bar shows the current zoom factor.
TXTextControl.ServerVisualization.StatusBarViewGenerator.ShowZoomTrackBar Specifies whether the status bar displays a track bar instead of a simple number to show and to set the zooming factor.
TXTextControl.ServerVisualization.StatusBarViewGenerator.UserInput Gets the UserInput object, which can be used to inform the StatusBarViewGenerator about user input.
TXTextControl.ServerVisualization.StatusBarViewGenerator.View Gets the View object, which informs about view changes and provides an image of the StatusBarViewGenerator's current state.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.BackColor Gets or sets the background color at the left edge of the status bar.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.BackColorBottom Gets or sets the background color at the bottom of the status bar.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.BackColorMiddle Gets or sets the background color in the middle of the status bar.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.BackColorTop Gets or sets the background color at the top of the status bar.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.ForeColor Gets or sets the color used for text and numbers.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.FrameColor Gets or sets the color of the status bar's frames.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.GradientBackColor Gets or sets the background color at the right edge of the status bar.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.SeparatorColorDark Gets or sets the color of the dark part of a separator.
TXTextControl.ServerVisualization.StatusBarViewGenerator.Colors.SeparatorColorLight Gets or sets the color of the light part of a separator.
TXTextControl.ServerVisualization.TextContextMenuEventArgs.ContextMenuLocation Gets the location in the document for which the menu items have been generated.
TXTextControl.ServerVisualization.TextContextMenuEventArgs.Items Gets an array of ServerVisualization.MenuItem objects.
TXTextControl.ServerVisualization.TextContextMenuEventArgs.Location Gets the location, in pixels, where the context menu should be displayed.
TXTextControl.ServerVisualization.TextContextMenuEventArgs.RightToLeft Gets a value indicating whether the context menu must be shown from right to left.
TXTextControl.ServerVisualization.TextViewGenerator.ActivationState Gets or sets a value indicating the current activation state of the text view generator.
TXTextControl.ServerVisualization.TextViewGenerator.AllowDrag Gets or sets a value indicating whether the view generator can be a source of a Drag&Drop operation.
TXTextControl.ServerVisualization.TextViewGenerator.AllowDrop Gets or sets a value indicating whether the view generator can accept data that the user drags onto it.
TXTextControl.ServerVisualization.TextViewGenerator.AllowUndo Gets or sets a value indicating whether the undo buffer is active or not.
TXTextControl.ServerVisualization.TextViewGenerator.CanCharacterFormat Informs whether the currently selected text can be formatted with character formatting attributes.
TXTextControl.ServerVisualization.TextViewGenerator.CanCopy Informs whether a part of a document has been selected and can be copied to the clipboard.
TXTextControl.ServerVisualization.TextViewGenerator.CanDocumentFormat Informs whether the document can be formatted with page and section formatting attributes.
TXTextControl.ServerVisualization.TextViewGenerator.CanEdit Informs whether the document's text and/or formatting attributes can be changed.
TXTextControl.ServerVisualization.TextViewGenerator.CanEditFormFields Informs whether form fields can be edited.
TXTextControl.ServerVisualization.TextViewGenerator.CanParagraphFormat Informs whether the currently selected text can be formatted with paragraph formatting attributes.
TXTextControl.ServerVisualization.TextViewGenerator.CanPaste Informs whether the clipboard contains a format that can be pasted into a document.
TXTextControl.ServerVisualization.TextViewGenerator.CanPrint Informs whether the document can be printed.
TXTextControl.ServerVisualization.TextViewGenerator.CanRedo Informs whether an operation can be re-done.
TXTextControl.ServerVisualization.TextViewGenerator.CanStyleFormat Informs whether the document can be formatted with formatting styles.
TXTextControl.ServerVisualization.TextViewGenerator.CanTableFormat Informs whether the currently selected text can be formatted with table formatting attributes.
TXTextControl.ServerVisualization.TextViewGenerator.CanUndo Gets a value indicating whether the user can undo the previous operation.
TXTextControl.ServerVisualization.TextViewGenerator.CommentHighlightMode Gets or sets a value indicating whether all the commented texts in the document are highlighted.
TXTextControl.ServerVisualization.TextViewGenerator.ControlChars Specifies if control characters are visible or not.
TXTextControl.ServerVisualization.TextViewGenerator.DialogUnit Gets or sets a value indicating the measuring unit used for sizes and distances in dialogboxes.
TXTextControl.ServerVisualization.TextViewGenerator.DisplayColors Gets or sets display colors.
TXTextControl.ServerVisualization.TextViewGenerator.DocumentPermissions Gets a DocumentPermissions object which provides properties determining how a document can be edited and formatted when the EditMode property is set to EditMode.ReadAndSelect.
TXTextControl.ServerVisualization.TextViewGenerator.DocumentTargetMarkers Gets or sets a value indicating that markers for hypertext targets are shown or not.
TXTextControl.ServerVisualization.TextViewGenerator.DrawingMarkerLines Specifies whether a marker frame is shown around a drawing to indicate its position and size.
TXTextControl.ServerVisualization.TextViewGenerator.EditableRegionHighlightMode Gets or sets a value indicating whether all the editable regions in the document are highlighted.
TXTextControl.ServerVisualization.TextViewGenerator.EditMode Gets or sets a value indicating whether the document's text is read-only, can be selected or is editable.
TXTextControl.ServerVisualization.TextViewGenerator.InputFormat Gets an object of the type InputFormat which represents all formatting attributes at the current text input position.
TXTextControl.ServerVisualization.TextViewGenerator.IsFormFieldValidationEnabled Gets or sets a value indicating whether Conditional Instructions are applied to form fields when the EditMode property is set to EditMode.ReadAndSelect and TextViewGenerator.DocumentPermissions.ReadOnly to true.
TXTextControl.ServerVisualization.TextViewGenerator.IsTrackChangesEnabled Gets or sets a value indicating whether track changes is active or not.
TXTextControl.ServerVisualization.TextViewGenerator.Location Gets or sets a location, in pixels.
TXTextControl.ServerVisualization.TextViewGenerator.PermanentControlChars Gets or sets a value indicating which control characters are shown permanently.
TXTextControl.ServerVisualization.TextViewGenerator.RedoActionName Gets a string that represents the name of the action that will be performed when a call to the Redo method is made.
TXTextControl.ServerVisualization.TextViewGenerator.Resolution Gets or sets a resolution, in dots per inch (dpi).
TXTextControl.ServerVisualization.TextViewGenerator.RulerBar Specifies the horizontal ruler bar to be used with the TextViewGenerator.
TXTextControl.ServerVisualization.TextViewGenerator.SelectObjects Gets or sets a value controlling the selection of objects which are inserted behind the text.
TXTextControl.ServerVisualization.TextViewGenerator.StatusBar Specifies the status bar to be used with the TextViewGenerator.
TXTextControl.ServerVisualization.TextViewGenerator.TextFrameMarkerLines Specifies whether text frames that have no border line are shown with marker lines.
TXTextControl.ServerVisualization.TextViewGenerator.UndoActionName Gets a string that represents the name of the action that will be performed when a call to the Undo method is made.
TXTextControl.ServerVisualization.TextViewGenerator.UserInput Gets the UserInput object, which can be used to inform the TextViewGenerator about user input.
TXTextControl.ServerVisualization.TextViewGenerator.UserNames Gets or sets a list of names specifying users who have access to editable regions.
TXTextControl.ServerVisualization.TextViewGenerator.VerticalRulerBar Specifies the vertical ruler bar to be used with the TextViewGenerator.
TXTextControl.ServerVisualization.TextViewGenerator.View Gets the View object, which informs about view changes and provides an image of the TextViewGenerator's current state.
TXTextControl.ServerVisualization.ViewMode Gets or sets the mode how a document is displayed.
TXTextControl.ServerVisualization.TextViewGenerator.Colors.ActiveFormFieldColor Gets or sets the highlight color of a form field containing the current text input position.
TXTextControl.ServerVisualization.TextViewGenerator.Colors.DarkShadowColor Gets or sets the display color for the shadow at the right and the bottom edge of the pages.
TXTextControl.ServerVisualization.TextViewGenerator.Colors.DesktopColor Gets or sets the display color for the area around the pages.
TXTextControl.ServerVisualization.TextViewGenerator.Colors.FormFieldColor Gets or sets the highlight color of a form field.
TXTextControl.ServerVisualization.TextViewGenerator.Colors.HeaderFooterLabelColor Gets or sets the display color for the label showing which header or footer is activated.
TXTextControl.ServerVisualization.TextViewGenerator.Colors.HeaderFooterLineColor Gets or sets the display color for the dividing line between headers and footers and the main text.
TXTextControl.ServerVisualization.TextViewGenerator.Colors.LightShadowColor Gets or sets the display color for the shadow at the left and the top edge of the pages.
TXTextControl.ServerVisualization.View.Location Gets or sets the view's location, in twips.
TXTextControl.ServerVisualization.View.Size Gets or sets the view's size, in twips.
TXTextControl.ServerVisualization.View.ZoomFactor Gets or sets the zoom factor, in percent, with which the View object generates the image.
TXTextControl.ServerVisualization.View.ScrollPadding This property gets the minimum amout of the visible page background.
TXTextControl.ServerVisualization.ViewChangedEventArgs.ClipRectangle Gets the rectangular area, in pixels, which is affected through the changes.
TXTextControl.ServerVisualization.ViewChangedEventArgs.ScrollDistance Gets the amount the document has been scrolled.
TXTextControl.ServerVisualization.ViewChangedEventArgs.ScrollOrientation Gets a value which determines whether the change is the result of scrolling, either through setting the view's location in the document or through autoscrolling initiated through the control when the input position leaves the visible part of the document.