 | ReadSegmentEventArgs Class |
Represents the class that contain event data for
ReadSegment event. This event called by SDK to read some data from custom source.
Inheritance Hierarchy Namespace: Patagames.Pdf.Net.EventArgumentsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic class ReadSegmentEventArgs : EventArgs
Public Class ReadSegmentEventArgs
Inherits EventArgs
public ref class ReadSegmentEventArgs : public EventArgs
type ReadSegmentEventArgs =
class
inherit EventArgs
endpublic class ReadSegmentEventArgs extends EventArgs
Patagames.Pdf.Net.EventArguments.ReadSegmentEventArgs = function();
Type.createClass(
'Patagames.Pdf.Net.EventArguments.ReadSegmentEventArgs',
EventArgs);
The ReadSegmentEventArgs type exposes the following members.
Constructors
Properties
RemarksSegmentOffset is specified by byte offset from beginning of the file. It may be possible for SDK to call this event multiple times for same position.
See Also