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