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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpeg2000 Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.