VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfGraphics Class / AddMarkedContentPoint Methods / AddMarkedContentPoint(String) Method
Syntax Requirements SeeAlso
In This Topic
    AddMarkedContentPoint(String) Method (PdfGraphics)
    In This Topic
    Adds a marked-content point 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 _
    )
    public void AddMarkedContentPoint(
    System.String tag
    )
    public: void AddMarkedContentPoint(
    System.String tag
    )
    public:
    void AddMarkedContentPoint(
    System.String tag
    )

    Parameters

    tag
    A name object indicating the role or significance of the point.
    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