Xceed .NET Libraries Documentation
RelativeOffset Property (ZippedFolder)


Xceed.Zip Assembly > Xceed.Zip Namespace > ZippedFolder Class : RelativeOffset Property
Gets a value indicating the byte offset from the start of the first disk on which this zipped folder appears, to where the local header that describes the folder item is located.
Syntax
'Declaration
 
Public ReadOnly Property RelativeOffset As Long
'Usage
 
Dim instance As ZippedFolder
Dim value As Long
 
value = instance.RelativeOffset
public long RelativeOffset {get;}

Property Value

A value representing the byte offset to where the local header of the folder item is located.
Remarks

The value will not be valid if the value of the ZippedFolder.Persistent property is false.

The value will not be valid for a ZippedFolder that does not physically exist.

The value might not be valid while the zip archive is being updated.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ZippedFolder Class
ZippedFolder Members