'Declaration <CategoryAttribute("JPEG2000")> <DescriptionAttribute("The height, in pixels, of image tile.")> Public ReadOnly Property TileHeight As System.Int32
[Category("JPEG2000")] [Description("The height, in pixels, of image tile.")] public System.Int32 TileHeight { get; }
[Category("JPEG2000")] [Description("The height, in pixels, of image tile.")] public: __property System.Int32 get_TileHeight();
[Category("JPEG2000")] [Description("The height, in pixels, of image tile.")] public:
property System.Int32 TileHeight { System.Int32 get(); }