|
Brief
aspEasyPDF functions description by Groups |
|
Name
|
Description
|
|
Internal |
|
cnvUnitInch |
Returns the
adobe unit measurement from an inch unit. |
|
cnvUnitMM |
Returns the
adobe unit measurement from a millimeter unit. |
|
Create
| Forces the
creation of all initialization variables of aspEasyPDF. Is automatically
called, just override if necessary. |
|
Destroy
| Forces the
destruction of all pointer memories. Is automatically called, just override
if necessary. |
| GetPreoperty |
Gets an
internal property - See
constants to see which property can return
information. |
|
SetProperty |
Sets an
internal property - See
constants to see which property affects the correct
objects |
|
SetPropObj |
Sets an
internal property for an object set - See
constants to see which
object property
affects |
|
Charts |
|
AddChart |
Starts defining a chart to be
drawn later |
|
AddChartSeries |
Adds a chart serie to the
current chart definition |
|
AddChartXYValue |
Adds a value to the chart
series for X and Y |
|
AddCharXValue |
Adds a value to the chart
series for X |
|
AddChartYValue |
Adds a value to the chart
series for Y |
|
DrawChart |
Draws the chart to the
current page |
|
DrawChartPos |
Draws the chart to the
current page and the specified position |
|
Document |
|
AddOutline |
Adds an outline / bookmark
reference to the document. |
|
AddPage |
Adds a new page to the
document |
|
AddPattern |
Defines a pattern to be used
when generating the document, the contents are in HTML and it can be
defined which pages affects. |
|
AddPDF |
Imports a new PDF document
into the current document. |
|
AddProtection |
Sets the protection/security
of the document. |
|
MoveToPage |
Moves to another page in the
document, making it current. |
|
Page |
Defines a standard page size
for the current page and the new ones. |
|
PageSize |
Defines a user page size for
the current page and the new ones. |
|
SetMargins |
Sets the margins for the
current page and for the new pages |
|
SetEvenMargins |
Sets the margins for the
current page and for the new pages that are even. |
|
SetPos |
Sets the current cursor
positions |
|
Fonts |
|
AddFont |
Adds a new TTF font in the
document to be used later. |
|
SetFont |
Sets the current font to be
used. |
|
Forms |
|
AddFDFValue |
Sets a value for an object
form. Use it in combination of SaveFDF or BinaryWriteFDF |
|
AddFormObj |
Adds a new form object to the
current page |
|
AddEventObj |
Adds an event script to the
form object |
|
Graphic |
|
AddBarCode |
Draws a barcode to the
current page cursors |
|
AddBox |
Draws a box to the specified
position and size to the current page. |
|
AddBoxRounded |
Draws a rounded box to the
specified position and size to the current page. |
|
AddEllipse |
Draws a circle or an ellipse
to the current page |
|
AddGraphic |
Loads an image to the current
page cursors |
|
AddGraphicPos |
Loads an image to the current
page at the specified cursors. |
|
AddLine |
Draws a line to the specified
position and size at the current page. |
|
Saving or generating PDF |
|
BinaryWrite |
Sends the generated document
to the client Browser. Specific for ASP - IIS programmers. |
|
BinaryWriteFDF |
Send the FDF to the
client Browser. Specific for ASP - IIS programmers. |
|
Save |
Saves the document into a
file. |
|
SaveFDF |
Saves FDF variables into a
file. |
|
SaveStream |
Saves the document into a
stream memory. |
|
SaveString |
Returns the document in
string argument ( not binary allowed ). |
|
SaveVariant |
Returns a pointer structure
to be managed in .NET applications. ( File saving or being streamed to the
client ) |
|
Tables |
|
AddTable |
Adds a new Table to report to
be filled. |
|
AddRow |
Adds a new row to the table. |
|
SetCell |
Fills the cell with the
contents specified. |
|
SetCellHTML |
Fills the cell with HTML
contents. |
|
SetCellTable |
Links another table to the
cell ( nested tables ) |
|
GetCell |
Returns the cell contents. |
|
DrawTable |
Draws the table at the
current cursor position |
|
DrawTablePos |
Draws the table at the
specified position |
|
Text
and HTML |
|
AddNote |
Add a note box to the current
page |
|
AddHTML |
Add an html code to the
current page cursors. |
|
AddHTMLPos |
Add an html code at the
specific position to the current page. |
|
AddHTML |
Add an html code to the
current page cursors. |
|
AddLink |
Adds a link to an internal
position or an external PDF / URL. |
|
AddTextPos |
Add text at the specific
position to the current page with the default font style and size. |
|
AddTextWidth |
Add text at formated size and
alignment text position |
|
GetTextHeight |
Returns the total height size
of a given text with the current font |
|
GetTextWidth |
Returns the total width size
of a given text with the current font |
|
VisualEasyPDF |
|
DrawVEP |
Draws the VisualEasyPDF that
was imported with LoadVEPFile to the pages specified. |
|
LoadVEPFile |
Loads and import a
VisualEasyPDF page |