Click or drag to resize

IsSegmentAvailableEventArgs Class

Represents the class that contain event data for IsSegmentAvailable event. This event called by SDK to check whether the data section is ready.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Patagames.Pdf.Net.EventArgumentsIsSegmentAvailableEventArgs

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

The IsSegmentAvailableEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodIsSegmentAvailableEventArgs Construct IsSegmentAvailableEventArgs object
Top
Properties
 NameDescription
Public propertyIsSegmentAvailable True means the specified data section is available.
Public propertySegmentOffset The offset of the data section in the file.
Public propertySegmentSize The size of the data section
Top
Remarks
Report whether the specified data section is available. A section is available only if all bytes in the section is available.
See Also