'Declaration <DefaultValueAttribute(96)> <DescriptionAttribute("Destination horizontal resolution. Valid values are from 1 to 12800.")> Public Property HorizontalResolution As Single
[DefaultValue(96)] [Description("Destination horizontal resolution. Valid values are from 1 to 12800.")] public float HorizontalResolution { get; set; }
[DefaultValue(96)] [Description("Destination horizontal resolution. Valid values are from 1 to 12800.")] public: __property float get_HorizontalResolution(); public: __property void set_HorizontalResolution(
float value
);
[DefaultValue(96)] [Description("Destination horizontal resolution. Valid values are from 1 to 12800.")] public:
property float HorizontalResolution { float get(); void set(float value); }
Property Value
Действительные значения: от 1 до 12 800. Значение по умолчанию - 96.