Click or drag to resize

PdfImageObjectEncodeAsJpeg Method

Encode this image object using a DCT (discrete cosine transform) technique based on the JPEG standard with the specified quality and an optional ICC profile.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public bool EncodeAsJpeg(
	int quality = 75,
	byte[] iccProfile = null
)

Parameters

quality  Int32  (Optional)
The quality factor 0 - 100.
iccProfile  Byte  (Optional)
Optional icc profile.

Return Value

Boolean

[Missing <returns> documentation for "M:Patagames.Pdf.Net.PdfImageObject.EncodeAsJpeg(System.Int32,System.Byte[])"]

See Also