PageExtractImages Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Extracts images from the page.

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

public IEnumerable<ImageInfo> ExtractImages()

Return Value

Type: IEnumerableImageInfo
Images which are defined in the page's resources.
Remarks

If page is not saved yet then empty result will be returned.
Remarks

In evaluation mode all images will be extracted as ARGB bitmaps.
See Also

Reference