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