←Select platform

BytesPerLine Property

Summary

Gets the bytes per line of the RasterImage object being created.

Syntax
C#
VB
C++
public int BytesPerLine { get; } 
Public ReadOnly Property BytesPerLine() As Integer 
   Get 
public:  
   property int BytesPerLine 
   { 
      int get() 
   } 

Property Value

The bytes per line of the RasterImage object being created.

Remarks

You cannot change the width, height, bits per pixel, order or size of the RasterImage object being created. You can, however, inspect and change the memory model (conventional, disk, tiled, etc.).

Requirements

Target Platforms

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

Leadtools Assembly