'Declaration <CategoryAttribute("JPEG2000")> <DescriptionAttribute("The count of tiles in the JPEG2000 image.")> Public ReadOnly Property TileCount As System.Int32
[Category("JPEG2000")] [Description("The count of tiles in the JPEG2000 image.")] public System.Int32 TileCount { get; }
[Category("JPEG2000")] [Description("The count of tiles in the JPEG2000 image.")] public: __property System.Int32 get_TileCount();
[Category("JPEG2000")] [Description("The count of tiles in the JPEG2000 image.")] public:
property System.Int32 TileCount { System.Int32 get(); }