CreateSplitStream

CreateSplitStream delegate

Delegate that defines method to create output split stream.

public delegate Stream CreateSplitStream(int number);
Parameter Type Description
number Int32 The page or line number that is used for the document splitting.

See Also