FilePropertiesPhotoWidth Property |
Namespace:
CSID3TagsLib
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int PhotoWidth { get; set; }
Public Property PhotoWidth As Integer
Get
Set
Dim instance As FileProperties
Dim value As Integer
value = instance.PhotoWidth
instance.PhotoWidth = value
member PhotoWidth : int with get, set
/** @property */
public int get_PhotoWidth()
/** @property */
public void set_PhotoWidth(int value)
function get PhotoWidth () : int
function set PhotoWidth (value : int)
function get_PhotoWidth();
function set_PhotoWidth(value);
Property Value
Type:
Int32See Also