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