←Select platform

Offset Property

Summary

Offset into the source data at which to begin reading the data during this download operation.

Syntax
C#
VB
C++
public long Offset {get; set;} 
Public Property Offset() As Long 
   Get 
   Set 
public:  
   property Int64 Offset 
   { 
      Int64 get() 
      void set(Int64 value) 
   } 

Property Value

0-based byte offset into the source data at which to begin reading the data. The default value is 0.

Remarks

Use DocumentFactory.DownloadDocument to download the document data in chunks by using the values of Offset and Length to determine the start and maximum number of bytes to download from each chunk.

Example

For an example, refer to DocumentFactory.DownloadDocument.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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