'Declaration <CategoryAttribute("Bitmap")> <DescriptionAttribute("A value indicating whether the information about image resolution is stored in a bitmap.")> Public Overrides ReadOnly Property HasResolution As Boolean
[Category("Bitmap")] [Description("A value indicating whether the information about image resolution is stored in a bitmap.")] public override bool HasResolution { get; }
[Category("Bitmap")] [Description("A value indicating whether the information about image resolution is stored in a bitmap.")] public: __property bool get_HasResolution(); override;
[Category("Bitmap")] [Description("A value indicating whether the information about image resolution is stored in a bitmap.")] public:
property bool HasResolution { bool get() override;; }
Property Value
True - the Resolution property returns resolution loaded from bitmap;
false - the Resolution property returns the default (screen) resolution.
false - the Resolution property returns the default (screen) resolution.