ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearResolution Interface / YNumerator Property




In This Topic
YNumerator Property (IImGearResolution)
In This Topic
Gets or sets numerator of the Y component of the resolution.
Syntax
'Declaration
 
Property YNumerator As Integer
 
'Usage
 
Dim instance As IImGearResolution
Dim value As Integer
 
instance.YNumerator = value
 
value = instance.YNumerator

Property Value

Int32 value.
See Also