VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfGraphics Class / BeginMarkedContent Methods / BeginMarkedContent(String,String) Method
Syntax Requirements SeeAlso
In This Topic
    BeginMarkedContent(String,String) Method (PdfGraphics)
    In This Topic
    Begins a marked-content sequence with an associated property list in the content stream.
    Syntax
    'Declaration
    
    Public Overloads Sub BeginMarkedContent( _
    ByVal tag
    A names indicating the role or significance of the sequence.
    As System.String, _
    ByVal propertiesDictionaryName
    The name of properties dictionary in MarkedContentProperties object of this content stream.
    As System.String _
    )
    public void BeginMarkedContent(
    System.String tag,
    System.String propertiesDictionaryName
    )
    public: void BeginMarkedContent(
    System.String tag,
    System.String propertiesDictionaryName
    )
    public:
    void BeginMarkedContent(
    System.String tag,
    System.String propertiesDictionaryName
    )

    Parameters

    tag
    A names indicating the role or significance of the sequence.
    propertiesDictionaryName
    The name of properties dictionary in MarkedContentProperties object of this content stream.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also