Length Property

Summary

Gets or sets the size of the data buffer in bytes. This value should always be an even number and word-aligned.

Syntax
C#
VB
C++
public int Length { get; set; } 
Public Property Length As Integer 
public: 
property int Length { 
   int get(); 
   void set (    int ); 
} 

Property Value

The size of the data buffer in bytes. The value of this property should always be an even number and word-aligned.

Example

Refer to GetJpegCompression example.

Requirements

Target Platforms

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

Leadtools.Twain Assembly