Namespace: BitMiracle.Docotic.Pdf
public static PdfConfigurationOptions CreateWithStreamProvider( IPdfStreamProvider provider )
Public Shared Function CreateWithStreamProvider ( provider As IPdfStreamProvider ) As PdfConfigurationOptions
By default, in the Create() method, 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.
You can create any other stream provider by implementing the IPdfStreamProvider interface.