Table of Contents

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

handler Action<PdfInfo>

The generator of metadata. Can be null.

Returns

PdfDocumentBuilder

The updated builder.

Exceptions

ArgumentNullException

handler is null.