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

    Parameters

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

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

    See Also