Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / MarkedContentPoint Class / MarkedContentPoint Constructor
The value of Role.

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

    Parameters

    role
    The value of Role.
    See Also