VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI Namespace / OfficeDocumentFigureView Class
Constructors Properties Methods SeeAlso
In This Topic
    OfficeDocumentFigureView Class Members
    In This Topic
    The following tables list the members exposed by OfficeDocumentFigureView.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the OfficeDocumentFigureView class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a transformer that is used for building of the graphics figure view. (Inherited from GraphicsFigureView)
    Public PropertyGets or sets a value indicating whether the annotation content can be edited.
    Public PropertyGets or sets the scale of the document content.
    Public PropertyGets the document visual editor.
    Public PropertyGets the graphics figure of the graphics figure view. (Inherited from GraphicsFigureView)
    Public PropertyGets or sets an interaction controller of the graphics figure view. (Inherited from GraphicsFigureView)
    Public PropertyGets or sets a value indicating whether document can be edited using the OfficeDocumentVisualEditor.
    Public PropertyGets or sets a value indicating whether this graphics figure view is enabled. (Inherited from GraphicsFigureView)
    Public PropertyGets the graphics figure points editor. (Inherited from GraphicsFigureView)
    Public PropertyGets or sets a transformer that is used for transforming (moving/resizing/rotating/...) of the graphics figure view. (Inherited from GraphicsFigureView)
    Public Methods
     NameDescription
    Public MethodSignals to the interactive object that document is changed.
    Public MethodOverloaded. Draws the graphics figure on specified of a viewer. (Inherited from GraphicsFigureView)
    Public MethodReturns a bounding box, in the object space, of graphics figure. (Inherited from GraphicsFigureView)
    Public MethodReturns the Office document.
    Public MethodReturns a drawing box, in the object space, of graphics figure. (Inherited from GraphicsFigureView)
    Public MethodReturns a point transformation from interactive object space to the specified ImageViewer space relative to the specified VintasoftImage. (Inherited from GraphicsFigureView)
    Public MethodReturns the transformation from DIP space to the Office document space.
    Public MethodDetermines that point belongs the graphics figure. (Inherited from GraphicsFigureView)
    Public Methodstatic (Shared in Visual Basic)Registers this view in GraphicsFigureViewFactory.
    Public MethodResets the transformer. (Inherited from RectangleBasedFigureView)
    Public MethodUpdates the document source.
    Protected Methods
     NameDescription
    Protected MethodReturns an affine matrix that transforms from the graphics figure space to the PDF page space. (Inherited from GraphicsFigureView)
    Protected MethodOverloaded. Returns an affine matrix for point transformation from the interactive object space to the specified . (Inherited from GraphicsFigureView)
    Protected MethodInvoked when the state of graphics figure is changed. (Inherited from GraphicsFigureView)
    See Also