PDFStandardTableScope¶
Namespace: O2S.Components.PDF4NET.LogicalStructure
Specifies the available values for PDFStandardTableAttribute.Scope property.
Inheritance Object → ValueType → Enum → PDFStandardTableScope
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| Row | 0 | Row scope. |
| Column | 1 | Column scope. |
| Both | 2 | Row and column scope. |