Enum Element.Type
Element types
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public enum Element.Type
Fields
| Name | Description |
|---|---|
| e_form | a form XObject |
| e_group_begin | push graphics state operator (q) |
| e_group_end | pop graphics state operator (Q) |
| e_image | image XObject |
| e_inline_image | inline image object |
| e_marked_content_begin | marks the beginning of marked content sequence (BMC, BDC) |
| e_marked_content_end | marks the end of marked content sequence (EMC) |
| e_marked_content_point | designate a marked-content point (MP, DP) |
| e_null | undefined element type |
| e_path | path object |
| e_shading | shading object |
| e_text | text object within a text container |
| e_text_begin | marks the beginning of a text container |
| e_text_end | marks the end of text container |
| e_text_new_line | indicates the start of the new text line |