ShowTable
IPDFDocument4 :: Tables

See Also
Collapse All

This method draws a table in the PDF document.

Syntax

HRESULT ShowTable (
LONG tableNumber,
FLOAT left,
FLOAT top,
FLOAT scaleX,
FLOAT scaleY
)
Parameters
tableNumber
Number of a table in the document's tables collection

left
X coordinate of the location of the table

top
Y coordinate of the location of the table

scaleX
Horizontal scale factor

scaleY
Vertical scale factor

Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

Remarks

See the AddTable method for samples

See Also

Reference