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