Enum DataSinkOption
Specifies the type of IDataSink you’re requesting.
Namespace: PSPDFKitFoundation.Data
Assembly: PSPDFKitFoundation.dll
Syntax
public enum DataSinkOption
Fields
| Name | Description |
|---|---|
| Append | Append mode. The data provider’s data will be used as a starting point and writing starts at the end. |
| NewFile | The returned IDataSink is completely empty and writing starts at the beginning. |