WebPdfTextBlock Class Members
In This Topic
The following tables list the members exposed by
WebPdfTextBlock.
Public Constructors
| Name | Description |
 | WebPdfTextBlock | Overloaded. Initializes a new instance of the class. |
Public Properties
| Name | Description |
 | htmlContent | Gets or sets a HTML content of PDF text block. |
 | IsContentChanged | Gets or sets a value indicating whether content of this text block is changed. |
 | IsDeleted | Gets or sets a value indicating whether PDF text block is marked as deleted. |
 | newRegion | Gets or sets the new region, in coordinates of the page, of PDF text block. |
 | number | Gets or sets a number of PDF text block. |
 | region | Gets or sets the region, in coordinates of the page, of PDF text block. |
 | textContent | Gets or sets a text content of PDF text block. |
See Also