'Declaration <DescriptionAttribute("The sampling factors of JPEG file.")> Public ReadOnly Property SamplingFactors As System.Int32[]
[Description("The sampling factors of JPEG file.")] public System.Int32[] SamplingFactors { get; }
[Description("The sampling factors of JPEG file.")] public: __property System.Int32[] get_SamplingFactors();
[Description("The sampling factors of JPEG file.")] public:
property System.Int32[] SamplingFactors { System.Int32[] get(); }