'Declaration <DescriptionAttribute("Horizontal image resolution in units of measure specified by the ResolutionUnits property.")> Public Property XDensity As System.Int32
[Description("Horizontal image resolution in units of measure specified by the ResolutionUnits property.")] public System.Int32 XDensity { get; set; }
[Description("Horizontal image resolution in units of measure specified by the ResolutionUnits property.")] public: __property System.Int32 get_XDensity(); public: __property void set_XDensity(
System.Int32 value
);
[Description("Horizontal image resolution in units of measure specified by the ResolutionUnits property.")] public:
property System.Int32 XDensity { System.Int32 get(); void set(System.Int32 value); }