Namespace: BitMiracle.Docotic.Pdf
public static PdfConfigurationOptions CreateWithStreamProvider( IPdfStreamProvider provider )
Public Shared Function CreateWithStreamProvider ( provider As IPdfStreamProvider ) As PdfConfigurationOptions
By default the library uses instances of PdfMixedStorageStreamProvider for document stream providers.
In cases when speed is most important and you are not concerned about memory footprint you might want to use instances of PdfMemoryStreamProvider instead.
You are free to create and use any other stream provider.