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