FilePropertiesPhotoHeight Property  | 
  
    Namespace: 
   CSID3TagsLib
    Assembly:
   CSID3Tags (in CSID3Tags.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxpublic 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: 
Int32
See Also