PdfFormatConversionOptionsSegmentAlignStrategy Enumeration |
Describes strategies used to align document text segments.
Now only strategy to restore segments to original bounds is supported.
In future another strategies could be added.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic enum SegmentAlignStrategy
Public Enumeration SegmentAlignStrategy
public enum class SegmentAlignStrategy
type SegmentAlignStrategy
Members
| Member name | Value | Description |
---|
| None | 0 | |
| RestoreSegmentBounds | 1 | |
See Also