'Declaration Public Function New( _
ByVal numberThe number of text block.As Integer, _
ByVal textContentA text content of PDF text block.As String, _
ByVal htmlContentA HTML content of PDF text block.As String, _
ByVal regionRegion, in coordinates of the page, of PDF text block.As Vintasoft.Imaging.RegionF _
)
public WebPdfTextBlock(
int number,
string textContent,
string htmlContent,
Vintasoft.Imaging.RegionF region
)
public: WebPdfTextBlock(
int number,
string* textContent,
string* htmlContent,
Vintasoft.Imaging.RegionF region
)
public:
WebPdfTextBlock(
int number,
string^ textContent,
string^ htmlContent,
Vintasoft.Imaging.RegionF region
)
Parameters
- number
- The number of text block.
- textContent
- A text content of PDF text block.
- htmlContent
- A HTML content of PDF text block.
- region
- Region, in coordinates of the page, of PDF text block.