PictureTransformConfigurationInputHeight Property |
Gets or sets the height of input pictures.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public int InputHeight { get; set; }
Public Property InputHeight As Integer
Get
Set
public:
property int InputHeight {
int get ();
void set (int value);
}
member InputHeight : int with get, set
Property Value
Type:
Int32
The height.
See Also