VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfRubberStampAnnotationView Class
Constructors Properties Methods Events SeeAlso
In This Topic
    PdfRubberStampAnnotationView Class Members
    In This Topic
    The following tables list the members exposed by PdfRubberStampAnnotationView.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfRubberStampAnnotationView class.
    Public Properties
     NameDescription
    Public PropertyGets the annotation of this annotation view. (Inherited from PdfAnnotationView)
    Public PropertyGets or sets the appearance state type. (Inherited from PdfAnnotationView)
    Public PropertyGets or sets a transformer that is used for building of the graphics figure view. (Inherited from GraphicsFigureView)
    Public PropertyGets a value indicating whether this annotation can receive focus. (Inherited from PdfAnnotationView)
    Public PropertyGets or sets the transformer in edit mode. (Inherited from PdfAnnotationView)
    Public PropertyGets the graphics figure of the graphics figure view. (Inherited from GraphicsFigureView)
    Public PropertyGets or sets the brush that should be used for filling the focus rectangle. (Inherited from PdfAnnotationView)
    Public PropertyGets or sets the pen that should be used for drawing the focus rectangle. (Inherited from PdfAnnotationView)
    Public PropertyGets or sets the hover cursor in view or markup mode. (Inherited from PdfAnnotationView)
    Public PropertyGets or sets an interaction controller of the graphics figure view. (Inherited from PdfAnnotationView)
    Public PropertyGets a value indicating whether this annotation view is building. (Inherited from PdfAnnotationView)
    Public PropertyGets a value indicating whether the building of annotation view is started. (Inherited from PdfAnnotationView)
    Public PropertyGets or sets a value indicating whether this graphics figure view is enabled. (Inherited from GraphicsFigureView)
    Public PropertyGets or sets a value indicating whether this annotation view is focused. (Inherited from PdfAnnotationView)
    Public PropertyGets or sets a value indicating whether this annotation is read-only in View (Fill) interaction mode. (Inherited from PdfAnnotationView)
    Public PropertyGets the JavaScript Doc that corresponds to this annotation view. (Inherited from PdfAnnotationView)
    Public PropertyGets or sets the transformer that uses in PdfAnnotationInteractionMode.Markup interaction mode. (Inherited from PdfMarkupAnnotationView)
    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 PropertyGets or sets the transformer in view mode. (Inherited from PdfAnnotationView)
    Protected Properties
     NameDescription
    Protected PropertyGets a value indicating whether is focus visible. (Inherited from PdfAnnotationView)
    Public Methods
     NameDescription
    Public MethodPerforms the required operations when annotation is activated. (Inherited from PdfAnnotationView)
    Public MethodPerforms required operations when mouse button down on annotation. (Inherited from PdfAnnotationView)
    Public MethodPerforms required operations when mouse button up on annotation. (Inherited from PdfAnnotationView)
    Public MethodPerforms required operations when mouse enters on annotation. (Inherited from PdfAnnotationView)
    Public MethodPerforms required operations when mouse exits from annotation. (Inherited from PdfAnnotationView)
    Public MethodOverloaded. Draws the graphics figure on specified of the . (Inherited from GraphicsFigureView)
    Public MethodReturns a bounding box, in the object space, of graphics figure. (Inherited from GraphicsFigureView)
    Public MethodReturns a drawing box, in the object space, of graphics figure. (Inherited from PdfAnnotationView)
    Public MethodReturns a point transformation from interactive object space to the specified ImageViewer space relative to the specified VintasoftImage. (Inherited from GraphicsFigureView)
    Public MethodInvalidates this annotation view. (Inherited from PdfAnnotationView)
    Public MethodDetermines that point belongs the annotation. (Inherited from PdfAnnotationView)
    Public MethodResets the Transformer. (Inherited from GraphicsFigureView)
    Protected Methods
     NameDescription
    Protected MethodDraws a link annotation highlight for a link and widget annotations. (Inherited from PdfAnnotationView)
    Protected MethodReturns the path that is used for drawing annotation focus. (Inherited from PdfAnnotationView)
    Protected MethodReturns an affine matrix that transforms from graphics figure space to the PDF page space. (Inherited from PdfAnnotationView)
    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)
    Protected MethodRaises the TriggerEvent event. (Inherited from PdfAnnotationView)
    Public Events
     NameDescription
    Public EventOccurs when annotation view raises trigger event (mouse click,...). (Inherited from PdfAnnotationView)
    See Also