[Description("The resolution of page, in pixels per inch.")] [Category("TIFF page")] public override Vintasoft.Imaging.Resolution Resolution { get; set; }
[Description("The resolution of page, in pixels per inch.")] [Category("TIFF page")] public: __property Vintasoft.Imaging.Resolution get_Resolution(); override; public: __property void set_Resolution(
Vintasoft.Imaging.Resolution value
); override;
[Description("The resolution of page, in pixels per inch.")] [Category("TIFF page")] public:
property Vintasoft.Imaging.Resolution Resolution { Vintasoft.Imaging.Resolution get() override;; void set(Vintasoft.Imaging.Resolution value) override;; }
'Declaration <DescriptionAttribute("The resolution of page, in pixels per inch.")> <CategoryAttribute("TIFF page")> Public Overrides Property Resolution As Vintasoft.Imaging.Resolution
Property Value
Разрешение, загруженное из метаданных изображения, если HasResolution возвращает true; в противном случае - разрешение (экрана) по умолчанию.