WordProcessingPreviewOptions

WordProcessingPreviewOptions(CreatePageStream)

Initializes a new instance of the WordProcessingPreviewOptions class causing the output stream to be closed.

public WordProcessingPreviewOptions(CreatePageStream createPageStream)
Parameter Type Description
createPageStream CreatePageStream Creates a stream for a specific page preview.

See Also


WordProcessingPreviewOptions(CreatePageStream, ReleasePageStream)

Initializes a new instance of WordProcessingPreviewOptions class causing the output stream to be returned to the client for further use.

public WordProcessingPreviewOptions(CreatePageStream createPageStream, 
    ReleasePageStream releasePageStream)
Parameter Type Description
createPageStream CreatePageStream Creates a stream for a specific page preview.
releasePageStream ReleasePageStream Notifies that the page preview generation is done and gets the output stream.

See Also