'Declaration <CategoryAttribute("JPEG")> <DescriptionAttribute("The number of entropy-coded segments of the JPEG page.")> Public ReadOnly Property EcsCount As System.Int32
[Category("JPEG")] [Description("The number of entropy-coded segments of the JPEG page.")] public System.Int32 EcsCount { get; }
[Category("JPEG")] [Description("The number of entropy-coded segments of the JPEG page.")] public: __property System.Int32 get_EcsCount();
[Category("JPEG")] [Description("The number of entropy-coded segments of the JPEG page.")] public:
property System.Int32 EcsCount { System.Int32 get(); }