[]
        
(Showing Draft Content)

C1.Pdf.C1PdfDocumentBase.Write

Write Method

Write(string, params object[])

Writes raw content into the PDF stream for the current page.

Declaration
public void Write(string format, params object[] args)
Parameters
Type Name Description
string format

Format string, as in Format(string, object).

object[] args

Array of objects to write using format.

Remarks

This is a low-level method that allows you to insert PDF commands directly into the page stream. It is intended for use by derived classes and requires knowledge of the PDF document structure and syntax.