Enum DataSinkOption

The file write method that will be used on the IWritableDataProvider

Namespace: PSPDFKit.Providers
Assembly: PSPDFKit.dll
Syntax
public enum DataSinkOption : int

Fields

Name Description
DataSinkOptionAppend

Append, the returned DataSink will be initialized with the current data of the DataProvider.

DataSinkOptionNewFile

New file, the returned DataSink is completely empty and writing starts at the beginning.