LEADTOOLS Image File Support (Leadtools.Codecs assembly)

BytesPerLine Property

Show in webframe







Gets the number of bytes per scanline for the image data.
Syntax
public int BytesPerLine {get;}
'Declaration
 
Public ReadOnly Property BytesPerLine As Integer
'Usage
 
Dim instance As CodecsImageInfo
Dim value As Integer
 
value = instance.BytesPerLine
public int BytesPerLine {get;}
@property (nonatomic, assign, readonly) unsigned int bytesPerLine;
public int getBytesPerLine()
 get_BytesPerLine(); 
public:
property int BytesPerLine {
   int get();
}

Property Value

the number of bytes per scanline for the image data..
Remarks
The BytesPerLine is rounded upward to the nearest multiple of four.
Example
For an example, refer to CodecsImageInfo.
Requirements

Target Platforms

See Also

Reference

CodecsImageInfo Class
CodecsImageInfo Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.