ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearXMPCFAPattern Class / Rows Property




In This Topic
Rows Property (ImGearXMPCFAPattern)
In This Topic
Gets or sets the number of rows in the CFA pattern.
Syntax
'Declaration
 
Public Property Rows As ImGearXMPInteger
 
'Usage
 
Dim instance As ImGearXMPCFAPattern
Dim value As ImGearXMPInteger
 
instance.Rows = value
 
value = instance.Rows

Property Value

ImageGear.Formats.XMP.ImGearXMPInteger class value.
See Also