ImageCodecInfo::SignatureMasks Property

 

Gets or sets a two dimensional array of bytes that can be used as a filter.

This API is not CLS-compliant.

Namespace:   System.Drawing.Imaging
Assembly:  System.Drawing (in System.Drawing.dll)

public:
[CLSCompliantAttribute(false)]
property array<array<unsigned char>^>^ SignatureMasks {
	array<array<unsigned char>^>^ get();
	void set(array<array<unsigned char>^>^ value);
}

Property Value

Type: array<array<System::Byte>^>^

A two dimensional array of bytes that can be used as a filter.

.NET Framework
Available since 1.1
Return to top
Show: