Click or drag to resize

PngEncoder Constructor (ComTextCollection)

Initializes a new instance of a PngEncoder specifying the COM Text metadata to save.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PngEncoder(
	ComTextCollection comText
)

Parameters

comText
Type: Atalasoft.Imaging.MetadataComTextCollection
The COM text metadata to save with the image.
See Also