Click or drag to resize

IPdfImageCompressorCanCompress Method

Determines whether this instance can compress the specified o.

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
IList<PdfImageCodec> CanCompress(
	Object o,
	ImageHandlingSkill skill
)

Parameters

o
Type: SystemObject
The o.
skill
Type: Atalasoft.PdfDoc.Generating.ResourceHandling.ImagesImageHandlingSkill
The skill.

Return Value

Type: IListPdfImageCodec
A list of PdfImageCodec objects that can compress the given image object
See Also