API Reference
Enum
PdfLogicalElementKind
Logical PDF element categories exposed by the first-party read model.
Inheritance
- Enum
- PdfLogicalElementKind
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 IPdfLogicalElement.Kind
- Property PdfLogicalDocument.ElementsByKind
- Field PdfLogicalElementKind.FormWidget
- Field PdfLogicalElementKind.Heading
- Field PdfLogicalElementKind.Image
- Field PdfLogicalElementKind.LeaderRow
- Field PdfLogicalElementKind.LinkAnnotation
- Field PdfLogicalElementKind.ListItem
- Field PdfLogicalElementKind.Table
- Field PdfLogicalElementKind.TextBlock
- Property PdfLogicalFormWidget.Kind
- Property PdfLogicalImage.Kind
- Property PdfLogicalLeaderRow.Kind
- Property PdfLogicalLinkAnnotation.Kind
- Property PdfLogicalPage.ElementsByKind
- Property PdfLogicalTable.Kind
- Property PdfLogicalTextBlock.Kind
- Property PdfRedactionSearchOptions.LogicalElementKinds
Accepted by parameters
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 PdfLogicalElementKind TextBlock #Line-level text recovered from positioned PDF text spans.
Value:
0public const PdfLogicalElementKind Heading #Heuristic heading line inferred from text size and geometry.
Value:
1public const PdfLogicalElementKind LeaderRow #Detected leader row such as label plus dotted value.
Value:
3public const PdfLogicalElementKind LinkAnnotation #URI, named-destination, direct-destination, named-action, or remote GoTo link annotation on the page.
Value:
6