Element types
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Enumeration ElementType
public enum class ElementType
pdftron.PDF.ElementType = function();
pdftron.PDF.ElementType.createEnum('pdftron.PDF.ElementType', false);
Members
| Member name | Value | Description |
---|
| e_null | 0 | undefined element type
|
| e_path | 1 | path object
|
| e_text_begin | 2 | marks the beginning of a text container
|
| e_text | 3 | text object within a text container
|
| e_text_new_line | 4 | indicates the start of the new text line
|
| e_text_end | 5 | marks the end of text container
|
| e_image | 6 | image XObject
|
| e_inline_image | 7 | inline image object
|
| e_shading | 8 | shading object
|
| e_form | 9 | a form XObject
|
| e_group_begin | 10 | push graphics state operator (q)
|
| e_group_end | 11 | pop graphics state operator (Q)
|
| e_marked_content_begin | 12 | marks the beginning of marked content sequence (BMC, BDC)
|
| e_marked_content_end | 13 | marks the end of marked content sequence (EMC)
|
| e_marked_content_point | 14 | designate a marked-content point (MP, DP)
|
See Also