Namespace PSPDFKit.Providers

Classes

FileDataProvider

A data provider to supply a file path to PSPDFKit. The standard operations of reading and writing are ignored in favor of passing the path to lower level functions. The file will be opened with FileAccess Read/Write and FileShare Read/Write. For more inforation please see the .NET documentation. https://docs.microsoft.com/en-us/dotnet/api/system.io.fileshare?view=netstandard-2.0 https://docs.microsoft.com/en-us/dotnet/api/system.io.fileaccess?view=netstandard-2.0

StreamDataProvider

A IWritableDataProvider to support reading and writing to .

Interfaces

IDataProvider

An interface to allow PSPDFKit to read from any source.

IWritableDataProvider

An interface to allow PSPDFKit to write to any source.

Enums

DataSinkOption

The file write method that will be used on the IWritableDataProvider