Vintasoft.Imaging.Pdf.UI Namespace (Vintasoft.Imaging.Pdf.UI)
In This Topic
Contains classes for visual processing of PDF document.
Classes
| Class | Description |
 | ContentStreamGraphicsFigureGroupView | Determines how user can interact with ContentStreamGraphicsFigureGroup. |
 | ContentStreamGraphicsFigureView | Determines how user can interact with ContentStreamGraphicsFigure. |
 | GraphicsFigureClipboardItem | Provides a clipboard item of the GraphicsFigure. |
 | GraphicsFigureView | Determines how to display a GraphicsFigure and how user can interact with GraphicsFigure. |
 | GraphicsFigureViewFactory | Provides the ability to create the view (GraphicsFigureView) for graphics figure (GraphicsFigure). |
 | GroupFigureView | Determines how user can interact with GraphicsFigureGroup. |
 | PageRedactionMark | Represents redaction mark that removes all content (images, text, vector graphics) from PDF page. |
 | PdfContentEditorTool | A visual tool that allows to edit content of PDF page in WinForms image viewer. |
 | PdfContentEditorToolUndoMonitor | The undo monitor that monitors the PdfContentEditorTool and adds undo action to the undo manager. |
 | PdfContentXObjectEventArgs | Provides data for ContentXObjectMouseEnter, ContentXObjectMouseLeave, ContentXObjectMouseDown and ContentXObjectMouseUp events. |
 | PdfContentXObjectTool | Visual tool that allows to extract, select, transform, replace or remove images or forms on PDF page. |
 | PdfCropSelectionTool | A visual tool for cropping of PDF page or image in image viewer. |
 | PdfFontViewerControl | Represents a control for displaying the PdfFont. |
 | PdfGotoActionExecutor | Executor of "Goto" actions that performs navigation on ImageViewer. |
 | PdfImageExtractorEventArgs | Provides data for ImageMouseEnter, ImageMouseLeave, ImageMouseDown and ImageMouseUp events. |
 | PdfImageExtractorTool | Visual tool that allows to select and extract images on PDF page. |
 | PdfImageViewerActionExecutor | Base class of action executors for image viewer. |
 | PdfMarkupAnnotationEventArgs | Provides data for MarkupAnnotationAdded and MarkupAnnotationCreated events. |
 | PdfNamedActionExecutor | Executor of "Named" actions that performs execution of "named" action on ImageViewer. |
 | PdfRemoveContentTool | Visual tool that allows to remove and black out content of PDF page. |
 | PdfTextMarkupTool | Visual tool that allows to markup (highlight, strikeout, underline, squiggly underline) text using PdfTextMarkupAnnotation on PDF page. |
 | PdfVisualTool | Provides the abstract base class for visual tools which work with PDF document. |
 | PointBasedFigureView | Determines how user can interact with PointBasedGraphicsFigure. |
 | RectangleBasedFigureView | Determines how user can interact with RectangleFigure. |
 | RedactionMark | Represents the redaction mark. |
 | RedactionMarkEventArgs | Provides data for the RedactionMarkApplied event. |
 | TextRedactionMark | Represents redaction mark that is used for removing text from content. |
Enumerations
| Enumeration | Description |
 | PdfTextMarkupToolMode | Specifies available text markup modes of PDF text markup tool. |
See Also