←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly