'Declaration <CategoryAttribute("GIF page")> <DescriptionAttribute("A value indicating whether this page has transparent color.")> Public ReadOnly Property HasTransparentColor As Boolean
[Category("GIF page")] [Description("A value indicating whether this page has transparent color.")] public bool HasTransparentColor { get; }
[Category("GIF page")] [Description("A value indicating whether this page has transparent color.")] public: __property bool get_HasTransparentColor();
[Category("GIF page")] [Description("A value indicating whether this page has transparent color.")] public:
property bool HasTransparentColor { bool get(); }