ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearXMPOECFSFR Class / Rows Property




In This Topic
    Rows Property (ImGearXMPOECFSFR)
    In This Topic
    Gets or sets the number of rows.
    Syntax
    'Declaration
     
    Public Property Rows As ImGearXMPInteger
    'Usage
     
    Dim instance As ImGearXMPOECFSFR
    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