Method Create
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Create()
Creates configuration options initialized with a stream provider of the default type.
public static PdfConfigurationOptions Create()
Returns
- PdfConfigurationOptions
The newly created configuration options initialized with a stream provider of the default type.
Remarks
By default, the library uses instances of PdfMixedStorageStreamProvider for document stream providers. To use a stream provider of a different type, please refer to CreateWithStreamProvider(IPdfStreamProvider).
Read the Font loading in cloud environments for an example of using this method.