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