Accusoft.PdfXpress6.Net
RawStride Property




Gets and sets the width of the image in bytes for Raw compressed image data.
Syntax
'Declaration
 
Public Property RawStride As Integer
'Usage
 
Dim instance As ImageDataInfo
Dim value As Integer
 
instance.RawStride = value
 
value = instance.RawStride
public int RawStride {get; set;}
public: __property int get_RawStride();
public: __property void set_RawStride( 
   int value
);
public:
property int RawStride {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the width of the image.
See Also

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback