ImageCodecInfo::SignatureMasks Property
.NET Framework (current version)
Gets or sets a two dimensional array of bytes that can be used as a filter.
This API is not CLS-compliant.
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
Available since 1.1
Show: