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