Method Info
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
Info(Action<PdfInfo>?)
Adds metadata to PDF info dictionary.
public PdfDocumentBuilder Info(Action<PdfInfo>? handler)
Parameters
Returns
- PdfDocumentBuilder
The updated builder.
Remarks
Read the Building documents article for examples of using this method.
Exceptions
- ArgumentNullException
handler
isnull
.