'Declaration <DescriptionAttribute("The quantization table, in zig-zag order, of the second component of JPEG file.")> Public ReadOnly Property Component1QuantizationTable As System.Int32[]
[Description("The quantization table, in zig-zag order, of the second component of JPEG file.")] public System.Int32[] Component1QuantizationTable { get; }
[Description("The quantization table, in zig-zag order, of the second component of JPEG file.")] public: __property System.Int32[] get_Component1QuantizationTable();
[Description("The quantization table, in zig-zag order, of the second component of JPEG file.")] public:
property System.Int32[] Component1QuantizationTable { System.Int32[] get(); }