Accusoft.ImagXpress13.Net
Stride Property (LoadOptionsRaw)




Gets and sets the length (in bytes) of a scan line of the image to be loaded.
Syntax
'Declaration
 
Public Property Stride As Integer
'Usage
 
Dim instance As LoadOptionsRaw
Dim value As Integer
 
instance.Stride = value
 
value = instance.Stride
public int Stride {get; set;}
public: __property int get_Stride();
public: __property void set_Stride( 
   int value
);
public:
property int Stride {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the length of a scan line of the image being loaded.
Remarks
Must be set to a value greater than 0, and the minimum stride length is (Width * BitsPerPixel + 7)/8.

Note: Available in Professional edition.

See Also

Reference

LoadOptionsRaw Class
LoadOptionsRaw Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback