Click or drag to resize

PdfEncoderProcessSegment Event

With this event users may control color type of each segment and even set desired color type for the segments found by PdfEncoder during saving PDFs when segmentation algorithm is used to compress PDFs (see Mode).

Namespace:  Atalasoft.Imaging.Codec.Pdf
Assembly:  Atalasoft.dotImage.Pdf (in Atalasoft.dotImage.Pdf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public event EventHandler<SegmentProcessEventArgs> ProcessSegment

Value

Type: SystemEventHandlerSegmentProcessEventArgs
See Also