Click or drag to resize

PdfImageObjectEncodeAsPng Method

Encode this image object using the zlib/deflate compression method based on the specified predicator.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public bool EncodeAsPng(
	int predictor = 15
)

Parameters

predictor  Int32  (Optional)
The PNG/TIFF predicator.

Return Value

Boolean
true on success; false if any error occurred or the image format is not supported.
See Also