Gets the row alignment of the raster data in bytes.
Read-only property
[Visual Basic .NET] |
---|
Public Property RowAlignment() As Integer |
[C#] |
---|
public int RowAlignment {get;} |
[Managed C++] |
---|
public: __property int get_RowAlignment(); |
[Unmanaged C++] |
---|
public: HRESULT get_RowAlignment( int * pRetVal ); |
[Java] |
---|
public Integer getRowAlignment(); |