VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfGraphics Class / BeginMarkedContent Methods / BeginMarkedContent(String,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    BeginMarkedContent(String,Int32) Method (PdfGraphics)
    In This Topic
    Begin a marked-content sequence with specified marked-content identifier.
    Syntax
    'Declaration
    
    Public Overloads Sub BeginMarkedContent( _
    ByVal structureTypeName
    A name that represents structure type.
    As System.String, _
    ByVal markedContentId
    A marked-content identifier.
    As System.Int32 _
    )
    public void BeginMarkedContent(
    System.String structureTypeName,
    System.Int32 markedContentId
    )
    public: void BeginMarkedContent(
    System.String structureTypeName,
    System.Int32 markedContentId
    )
    public:
    void BeginMarkedContent(
    System.String structureTypeName,
    System.Int32 markedContentId
    )

    Parameters

    structureTypeName
    A name that represents structure type.
    markedContentId
    A marked-content identifier.
    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