Search Results for

    Show / Hide Table of Contents

    TPdfWriter.TagContentBegin Method

    Marks the start of a content tag inside a stream. Must be finished with a call to TagContentEnd

    Syntax

    Unit: FlexCel.Pdf

    procedure TPdfWriter.TagContentBegin(const tag: string; const mcid: Integer; const atts: string);

    Parameters

    <-> Parameter Type Description
    const tag string Name of the tag. It might be "P", "Clip", "Artifact", etc.
    const mcid Integer Identifier for the tag. MCID must be unique in each page. If negative, no MCID will be written: This can be used in artifacts for example.
    const atts string Attributes other than mcid. If null or empty, no attributes will be written

    See also

    • TPdfWriter
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com