ImageGear .NET
Rows Property (ImGearXMPCFAPattern)




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
public ImGearXMPInteger Rows {get; set;}
public: __property ImGearXMPInteger* get_Rows();
public: __property void set_Rows( 
   ImGearXMPInteger* value
);
public:
property ImGearXMPInteger^ Rows {
   ImGearXMPInteger^ get();
   void set (    ImGearXMPInteger^ value);
}

Property Value

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

Reference

ImGearXMPCFAPattern Class
ImGearXMPCFAPattern Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback