Aspose::Pdf::Text::OnSegmentChangedEventArgs class

OnSegmentChangedEventArgs class

Contains additional information about OnSegmentChangedEvent that is delivered to listeners.

class OnSegmentChangedEventArgs : public System::EventArgs

Methods

MethodDescription
get_InitialSegmentTextLength() const
get_SegmentAfter() const
get_SegmentChanged() const
OnSegmentChangedEventArgs(System::SharedPtr<Aspose::Pdf::Engine::CommonData::Text::Segmenting::PhysicalTextSegment>, System::SharedPtr<Aspose::Pdf::Engine::CommonData::Text::Segmenting::PhysicalTextSegment>, int32_t)

See Also