Click or drag to resize
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.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public enum SegmentAlignStrategy
Members
  Member nameValueDescription
None0
RestoreSegmentBounds1
See Also