Accusoft.PdfXpress7.Net
RawStride Property




Gets and sets the width of the image in bytes for Raw compressed image data.
Syntax
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);
}
'Declaration
 
Public Property RawStride As Integer
 
'Usage
 
Dim instance As ImageDataInfo
Dim value As Integer
 
instance.RawStride = value
 
value = instance.RawStride

Property Value

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

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback