ImageCodecInfo::SignaturePatterns Property
.NET Framework (current version)
Gets or sets a two dimensional array of bytes that represents the signature of the codec.
This API is not CLS-compliant.
Assembly: System.Drawing (in System.Drawing.dll)
public: [CLSCompliantAttribute(false)] property array<array<unsigned char>^>^ SignaturePatterns { 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 represents the signature of the codec.
.NET Framework
Available since 1.1
Available since 1.1
Show: