Click or drag to resize

AddSegmentEventArgs Class

Represents the class that contain event data for AddSegment event. This event called by SDK to report some downloading hints for download manager.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Patagames.Pdf.Net.EventArgumentsAddSegmentEventArgs

Namespace: Patagames.Pdf.Net.EventArguments
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class AddSegmentEventArgs : EventArgs

The AddSegmentEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodAddSegmentEventArgs Construct AddSegmentEventArgs object
Top
Properties
 NameDescription
Public propertySegmentOffset Gets the offset of the hint reported to be downloaded.
Public propertySegmentSize Gets the size of the hint reported to be downloaded.
Top
Remarks
The position and size of section may be not accurate, part of the section might be already available. The download manager must deal with that to maximize download efficiency.
See Also