| UngroupingSelection Enumeration |
Used to control the behavior of content extraction.
Groups in the content can either be extracted as
GroupElements,
or their content can be unpacked, in which case groups' content elements are extracted as if not belonging to a group.
Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.ContentAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.6+c8104d9b5f50644b2c93d424e62edbf40828fde7
Syntax public enum UngroupingSelection
Members Member name | Value | Description |
---|
None | 0 |
Groups are extracted as GroupElements
|
SafelyUngroupable | 1 |
Un-grouping is restricted to those groups that can be un-grouped without visual loss.
|
All | 2 |
Un-group all groups.
Note that copying ContentElements with un-grouping set to All can alter content's visual appearance in the output document.
|
See Also