Table of Contents

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

Properties

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.