Class PdfConfigurationOptions
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
The settings affecting the way PdfDocument works under the hood.
public sealed class PdfConfigurationOptions
- Inheritance
-
PdfConfigurationOptions
- Inherited Members
Remarks
Read the Font loading in cloud environments for an example of using these options.
Properties
- DeflateQuality
Gets or sets the default Deflate quality.
- FallbackFontProvider
Gets or sets the fallback font provider.
- FontLoader
Gets or sets the font loader.
- StreamProvider
Gets the stream provider.
- XObjectCache
Gets cache for form XObjects.
Methods
- Create()
Creates configuration options initialized with a stream provider of the default type.
- CreateWithStreamProvider(IPdfStreamProvider)
Creates configuration options initialized with the specified stream provider.