ProcessingInstructionsClippedContentPdfToImageDelegate Delegate

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This delegate represents a function that converts a pdf file to image.

Namespace:  Apitron.PDF.Kit.FixedLayout.Content
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public delegate Stream PdfToImageDelegate(
	Stream contentDocumentStream
)

Parameters

contentDocumentStream
Type: System.IOStream
The PDF document stream that should be converted to the image.

Return Value

Type: Stream
Returns the image's data.
See Also

Reference