Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.14
|
Leadtools.PdfCompressor Namespace > PdfCompressorEngine Class : SegmentImage Event |
public event EventHandler<PdfCompressorSegmentImageEventArgs> SegmentImage
'Declaration
Public Event SegmentImage As EventHandler(Of PdfCompressorSegmentImageEventArgs)
'Usage
Dim instance As PdfCompressorEngine Dim handler As EventHandler(Of PdfCompressorSegmentImageEventArgs) AddHandler instance.SegmentImage, handler
public: event EventHandler<PdfCompressorSegmentImageEventArgs^>^ SegmentImage
The event handler receives an argument of type PdfCompressorSegmentImageEventArgs containing data related to this event. The following PdfCompressorSegmentImageEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets or sets a value that indicates whether a segment should be added to the document. |
Page | Gets the index of the page on which the segment is being written. |
Segment | Gets information about the segment. |