Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / TextMarkupAnnotation Class / TextMarkupAnnotation Constructor / TextMarkupAnnotation Constructor(TextMarkupType)
The annotation type.

In This Topic
    TextMarkupAnnotation Constructor(TextMarkupType)
    In This Topic
    Initializes a new instance of the TextMarkupAnnotation class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal markupType As TextMarkupType _
    )
    public TextMarkupAnnotation( 
       TextMarkupType markupType
    )

    Parameters

    markupType
    The annotation type.
    See Also