'Declaration <DescriptionAttribute("Destination height. Valid values are from 1 to 65535.")> <DefaultValueAttribute(100)> Public Property Height As System.Int32
[Description("Destination height. Valid values are from 1 to 65535.")] [DefaultValue(100)] public System.Int32 Height { get; set; }
[Description("Destination height. Valid values are from 1 to 65535.")] [DefaultValue(100)] public: __property System.Int32 get_Height(); public: __property void set_Height(
System.Int32 value
);
[Description("Destination height. Valid values are from 1 to 65535.")] [DefaultValue(100)] public:
property System.Int32 Height { System.Int32 get(); void set(System.Int32 value); }
Property Value
Valid values are from 1 to 65535. Default value is 100.