API Reference
Enum
PdfLogicalReadingOrderKind
Semantic content categories ordered for editable and review-surface reconstruction.
Inheritance
- Enum
- PdfLogicalReadingOrderKind
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfLogicalReadingOrderItem.Kind
- Field PdfLogicalReadingOrderKind.FormWidget
- Field PdfLogicalReadingOrderKind.Heading
- Field PdfLogicalReadingOrderKind.Image
- Field PdfLogicalReadingOrderKind.Link
- Field PdfLogicalReadingOrderKind.ListItem
- Field PdfLogicalReadingOrderKind.Paragraph
- Field PdfLogicalReadingOrderKind.Table
- Field PdfLogicalReadingOrderKind.TextBlock
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const PdfLogicalReadingOrderKind TextBlock #Line-level text not otherwise consumed by a semantic projection.
Value:
0public const PdfLogicalReadingOrderKind Heading #Heading inferred from a logical text block.
Value:
1public const PdfLogicalReadingOrderKind Paragraph #Paragraph inferred from one or more logical text blocks.
Value:
2public const PdfLogicalReadingOrderKind ListItem #List item inferred from a logical text block.
Value:
3