CreatePageStream Delegate
Delegate that defines method to create output page preview stream.

Namespace: GroupDocs.Annotation.Options
Assembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntax
public delegate Stream CreatePageStream(
	int pageNumber
)

Parameters

pageNumber
Type: SystemInt32
The page number.

Return Value

Type: Stream
See Also