PeachPDF
PeachPDF.Network.RNetworkLoader
RNetworkLoader.GetResourceStream(RUri) Method
Returns the content of an external resource (a stylesheet or image) referenced by the document, or
null if the resource cannot be resolved.
public abstract System.Threading.Tasks.Task<PeachPDF.Network.RNetworkResponse?> GetResourceStream(PeachPDF.Network.RUri uri);
Parameters
uri RUri
The resource URI, resolved against BaseUri or a <base href> element if relative.