VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / PdfWidgetAnnotationGraphicsFigure Class
Constructors Properties Methods Events SeeAlso
In This Topic
    PdfWidgetAnnotationGraphicsFigure Class Members
    In This Topic
    The following tables list the members exposed by PdfWidgetAnnotationGraphicsFigure.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfWidgetAnnotationGraphicsFigure class.
    Public Properties
     NameDescription
    Public PropertyGets the annotation. (Inherited from PdfAnnotationGraphicsFigure)
    Public PropertyGets or sets the appearance state type. (Inherited from PdfAnnotationGraphicsFigure)
    Public PropertyGets or sets a value indicating whether the appearance must be updated automatically if figure is changed. (Inherited from PdfAnnotationGraphicsFigure)
    Public PropertyGets the content type of graphics figure. (Inherited from GraphicsFigure)
    Public PropertyGets the PDF document that associated with this graphics figure. (Inherited from GraphicsFigure)
    Public PropertyGets the PDF interactive form field, which is associated with this figure.
    Public PropertyGets or sets the horizontal offset of widget annotation scrollable content.
    Public PropertyGets a value indicating whether this figure is stored in PDF content. (Inherited from GraphicsFigure)
    Public PropertyGets a value indicating whether the figure is visible. (Inherited from GraphicsFigure)
    Public PropertyGets a reference points of this figure. (Inherited from GraphicsFigure)
    Public PropertyGets or sets a value indicating whether the vertical and horizontal offsets must be used.
    Public PropertyGets or sets the vertical offset of widget annotation scrollable content.
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.
    Public MethodReturns a value indicating whether figure contains specified point. (Inherited from GraphicsFigure)
    Public MethodCreates a points editor of graphics figure. (Inherited from PdfAnnotationGraphicsFigure)
    Public MethodOverloaded. Draws the figure on specified . (Inherited from PdfAnnotationGraphicsFigure)
    Public MethodDraws the graphics figure on specified PdfGraphics.
    Public MethodReturns a drawing box, in the page space, of figure. (Inherited from GraphicsFigure)
    Public Methodstatic (Shared in Visual Basic)Determines that points are translated. (Inherited from PdfAnnotationGraphicsFigure)
    Public MethodReturns a region of this graphics figure. (Inherited from PdfAnnotationGraphicsFigure)
    Public MethodReturns the annotation reference points. (Inherited from PdfAnnotationGraphicsFigure)
    Public MethodRefreshes the properties (Size, Location, ...) of the graphics figure. (Inherited from GraphicsFigure)
    Public MethodSets the region of figure. (Inherited from GraphicsFigure)
    Public MethodUpdates the annotation properties, annotation appearance and figure reference points. (Inherited from PdfAnnotationGraphicsFigure)
    Public MethodUpdates the reference points (ReferencePoints) from annotation. (Inherited from PdfAnnotationGraphicsFigure)
    Protected Methods
     NameDescription
    Protected MethodCopies the state of the current object to the target object.
    Protected MethodRaises the Changed event. (Inherited from GraphicsFigure)
    Protected MethodOccurs when the reference point is changed. (Inherited from GraphicsFigure)
    Protected MethodOccurs when the reference points are changed. (Inherited from PdfAnnotationGraphicsFigure)
    Protected MethodOccurs when the reference points are changing. (Inherited from GraphicsFigure)
    Public Events
     NameDescription
    Public EventOccurs when the graphics figure is changed. (Inherited from GraphicsFigure)
    Public EventOccurs when reference points are changed. (Inherited from GraphicsFigure)
    Public EventOccurs when reference points are changing. (Inherited from GraphicsFigure)
    See Also