Search Results for

    Show / Hide Table of Contents

    TPdfSigner.Write Method

    This method is called each time new data is added to the pdf. When overwriting this method, use it to incrementally calculate the hash of the data.

    Syntax

    Unit: FlexCel.Pdf

    function TPdfSigner.Write(const Buffer: ; const Count: Integer): Integer; virtual; abstract;

    Parameters

    <-> Parameter Type Description
    const Buffer Data written to the pdf.
    const Count Integer Number of bytes from buffer that will be written.

    Returns

    The number of bytes written.

    See also

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