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

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

    Parameters

    role
    The value of Role.
    dict
    The value of Dict.
    name
    The value of DictName.
    See Also