PeachPDF

PeachPDF.PdfGenerateConfig

PdfGenerateConfig.NetworkLoader Property

The resources to load network content for the renderer. If null is provided, then an implementation that loads only the default document and any resources with data: URIs is provided We ship with MimeKit (MHTML) and HttpClient based implementations that can be used instead.

public PeachPDF.Network.RNetworkLoader? NetworkLoader { get; set; }

Property Value

RNetworkLoader