←Select platform

BytesPerLine Property

Summary

Gets the number of bytes per scanline for the image data.

Syntax
C#
VB
Objective-C
C++
Java
public int BytesPerLine { get; } 
Public ReadOnly Property BytesPerLine As Integer 
@property (nonatomic, assign, readonly) NSInteger bytesPerLine 
public int getBytesPerLine() 
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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly