Click or drag to resize

PdfCompressedImageStreamProvider Constructor (StoredStream, StoredStream, Boolean)

Initializes a new instance of the PdfCompressedImageStreamProvider class.

Namespace:  Atalasoft.PdfDoc.Generating.ResourceHandling.Images
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfCompressedImageStreamProvider(
	StoredStream imageStream,
	StoredStream maskStream,
	bool isSoftMask
)

Parameters

imageStream
Type: Atalasoft.PdfDoc.Generating.ResourceHandling.ImagesStoredStream
The image stream.
maskStream
Type: Atalasoft.PdfDoc.Generating.ResourceHandling.ImagesStoredStream
The mask stream.
isSoftMask
Type: SystemBoolean
if set to true [is soft mask].
See Also