Click or drag to resize

RandomAccessStreamFilter Constructor

Creates a new Filter from an IRandomAccessStream instance.

Namespace:  pdftron.Filters
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public RandomAccessStreamFilter(
	IRandomAccessStream randomAccessStream
)

Parameters

randomAccessStream
Type: IRandomAccessStream
The source of the backing store.
See Also