←Select platform

DataOffset Property

Summary

Offset into Data at which to begin storing the data.

Syntax
C#
VB
C++
public int DataOffset {get; set;} 
Public Property DataOffset() As Integer 
   Get 
   Set 
public:  
   property Int32 DataOffset 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

The 0-based byte offset into Data, at which to begin storing the data. The default value is 0.

Remarks

DataOffset is only used when Data is used as the target for the download operation.

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.