Search Results for

    Show / Hide Table of Contents

    PdfWriter.BeginDoc Method

    Call this method before starting the output. It will initialize a new page. After this you can call DrawString(String, TUIFont, TUIBrush, Double, Double), NewPage, etc. Always end the document with a call to EndDoc and then remember to close the stream.

    Syntax

    Namespace: FlexCel.Pdf

    public void BeginDoc(Stream aDataStream)

    Parameters

    <-> Parameter Type Description
    aDataStream Stream

    See also

    • PdfWriter
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com