'Declaration <CategoryAttribute("BMP")> <DescriptionAttribute("A value indicating whether the information about image resolution is stored in a BMP page.")> Public Overrides ReadOnly Property HasResolution As Boolean
[Category("BMP")] [Description("A value indicating whether the information about image resolution is stored in a BMP page.")] public override bool HasResolution { get; }
[Category("BMP")] [Description("A value indicating whether the information about image resolution is stored in a BMP page.")] public: __property bool get_HasResolution(); override;
[Category("BMP")] [Description("A value indicating whether the information about image resolution is stored in a BMP page.")] public:
property bool HasResolution { bool get() override;; }
Property Value
True - свойство Resolution возвращает разрешение, загруженное из файла изображения;
false - свойство Resolution возвращает разрешение по умолчанию (экранное).
false - свойство Resolution возвращает разрешение по умолчанию (экранное).