VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI Namespace / ContentStreamGraphicsFigureView Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    ContentStreamGraphicsFigureView Class
    In This Topic
    Determines how user can interact with ContentStreamGraphicsFigure.
    Object Model
    ContentStreamGraphicsFigure GraphicsFigurePointsEditor GraphicsFigure IInteractionController IInteractionController IInteractionController ContentStreamGraphicsFigureView
    Syntax
    'Declaration
    
    Public Class ContentStreamGraphicsFigureView
       Inherits GraphicsFigureView
       Implements ITextInteractiveObject
    
    
    public class ContentStreamGraphicsFigureView : GraphicsFigureView, ITextInteractiveObject
    
    
    public __gc class ContentStreamGraphicsFigureView : public GraphicsFigureView*, ITextInteractiveObject
    
    
    public ref class ContentStreamGraphicsFigureView : public GraphicsFigureView^, ITextInteractiveObject
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.UI.GraphicsFigureView
          Vintasoft.Imaging.Pdf.UI.ContentStreamGraphicsFigureView

    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