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