←Select platform

Length Property

Summary

Gets or sets the Length of the source data.

Syntax

C#
VB
C++
public long Length { get; set; } 
  
Public Property Length As Long 
public: 
property int64 Length { 
   int64 get(); 
   void set (    int64 ); 
} 

Property Value

Source data Length.

Remarks

If nonzero, this field specifies the length, in bytes, of the source data range the is signed by this DigitalSignatureBox. A value of zero specifies that the end of the source data range is the last byte of the file.

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.Jpeg2000 Assembly