API Reference
Class
PdfCanvasStructureOptions
Optional accessibility attributes for a canvas structure container.
Inheritance
- Object
- PdfCanvasStructureOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method PdfPageCanvas.Structure
Constructors
public PdfCanvasStructureOptions() #Inherited Methods
Properties
public String AlternativeText { get; set; } #Alternative text associated with the structure container.
public Nullable<PdfCanvasTableHeaderScope> HeaderScope { get; set; } #Row, column, or combined scope for a table-header cell.
public Int32 ColumnSpan { get; set; } #Number of table columns occupied by a tagged cell.
public Int32 RowSpan { get; set; } #Number of table rows occupied by a tagged cell.