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