XGraphicsWriteComment Method Terminal Works - PDF Printing.Net Library
Writes a comment to the output stream. Comments have no effect on the rendering of the output. They may be useful to mark a position in a content stream of a PDF document.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public void WriteComment(
	string comment
)

Parameters

comment
Type: SystemString
See Also

Reference