PdfImagesPdfImageInfoType Property

NReco.PdfRenderer Class Library Documentation
The image type.

Namespace:  NReco.PdfRenderer
Assembly:  NReco.PdfRenderer (in NReco.PdfRenderer.dll) Version: 1.5.1
Syntax

public string Type { get; }

Property Value

Type: String
Remarks

image - an opaque image

mask - a monochrome mask image

smask - a soft-mask image

stencil - a monochrome mask image used for painting a color or pattern

Note: Tranparency in images is represented in PDF using a separate image for the image and the mask/smask. The mask/smask used as part of a transparent image always immediately follows the image in the image list.
See Also

Reference