| Current Path : /var/www/html/mmishra/indem/iiita/Doc/ |
| Current File : /var/www/html/mmishra/indem/iiita/Doc/interface_lib.html |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>VersyPHP Documentation</title>
</head>
<body style="color: rgb(8, 38, 176); font-size: 20px; table-layout: fixed; margin-left: 35px; width: 872px; margin-top: 26px; height: 249px;" text="">
<table style="width: 878px; height: 54px;" align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td align="left" width="30%">
<img src="logo.gif" align="middle" border="0" height="50" width="85">
</td>
<td style="width: 45%;" align="right">
<h1 style="font-size: 10pt;"> VESRYPDF.PHP DOCUMENATION </h1>
</td>
</tr>
</tbody>
</table>
<h2 style="color: rgb(71, 38, 125); font-family: serif; font-size: 12pt;">VersyPDF Library Interface:</h2>
<h3 style="color: rgb(71, 38, 125); font-family: serif; font-size: 11pt;">CONSTANTS:</h3>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
FILE OPEN MODES
<tr>
<td width="35%" align="left" style="color : brown;">
PPFILE_READ_MODE
</td>
<td width="65%" align="left" style="color : green;">
Open file in Read Only mode
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PPFILE_WRITE_MODE
</td>
<td width="65%" align="left" style="color : green;">
Open file in Write Mode
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Password Type in Crypted PDF Document. Password Validity.
<tr>
<td width="35%" align="left" style="color : brown;">
KVT_INVALID
</td>
<td width="65%" align="left" style="color : green;">
Invalid Password
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
KVT_USER
</td>
<td width="65%" align="left" style="color : green;">
User Password
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
KVT_OWNER
</td>
<td width="65%" align="left" style="color : green;">
Owner Password
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Protection Key-Length Type of Crypted PDF Document
FILE OPEN MODES
<tr>
<td width="35%" align="left" style="color : brown;">
PT_40BIT_PROTECTION
</td>
<td width="65%" align="left" style="color : green;">
40 Bit protection key length
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PT_128BIT_PROTECTION
</td>
<td width="65%" align="left" style="color : green;">
128 Bit protection key length
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PT_128BIT_AES_PROTECTION
</td>
<td width="65%" align="left" style="color : green;">
128 Bit protection key Length with AES cryptography
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Type of supported PDF Document Versions
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_VER_10
</td>
<td width="65%" align="left" style="color : green;">
PDF Document Version is 1.0
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_VER_11
</td>
<td width="65%" align="left" style="color : green;">
PDF Document Version is 1.1
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_VER_12
</td>
<td width="65%" align="left" style="color : green;">
PDF Document Version is 1.2
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_VER_13
</td>
<td width="65%" align="left" style="color : green;">
PDF Document Version is 1.3
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_VER_14
</td>
<td width="65%" align="left" style="color : green;">
PDF Document Version is 1.4
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_VER_15
</td>
<td width="65%" align="left" style="color : green;">
PDF Document Version is 1.5
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_VER_16
</td>
<td width="65%" align="left" style="color : green;">
PDF Document Version is 1.6
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_VER_17
</td>
<td width="65%" align="left" style="color : green;">
PDF Document Version is 1.7
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Type of usual PDF Document's Page Sizes
<tr>
<td width="35%" align="left" style="color : brown;">
PS_LETTER
</td>
<td width="65%" align="left" style="color : green;">
Document's Page Size is 792 x 612
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PS_A4
</td>
<td width="65%" align="left" style="color : green;">
Document's Page Size is 842 x 595
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PS_A3
</td>
<td width="65%" align="left" style="color : green;">
Document's Page Size is 1190 x 842
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PS_LEGAL
</td>
<td width="65%" align="left" style="color : green;">
Document's Page Size is 1008 x 612
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PS_B5
</td>
<td width="65%" align="left" style="color : green;">
Document's Page Size is 728 x 516
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PS_C5
</td>
<td width="65%" align="left" style="color : green;">
Document's Page Size is 649 x 459
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PS_8X11
</td>
<td width="65%" align="left" style="color : green;">
Document's Page Size is 792 x 595
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PS_B4
</td>
<td width="65%" align="left" style="color : green;">
Document's Page Size is 1031 x 728
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PS_A5
</td>
<td width="65%" align="left" style="color : green;">
Document's Page Size is 595 x 419
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PS_FOLIO
</td>
<td width="65%" align="left" style="color : green;">
Document's Page Size is 936 x 612
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PS_EXECUTIVE
</td>
<td width="65%" align="left" style="color : green;">
Document's Page Size is 756 x 522
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PS_ENVB4
</td>
<td width="65%" align="left" style="color : green;">
Document's Page Size is 1031 x 728
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PS_ENVB5
</td>
<td width="65%" align="left" style="color : green;">
Document's Page Size is 708 x 499
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PS_ENVC6
</td>
<td width="65%" align="left" style="color : green;">
Document's Page Size is 459 x 323
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PS_ENVDL
</td>
<td width="65%" align="left" style="color : green;">
Document's Page Size is 623 x 312
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PS_ENVMONARCH
</td>
<td width="65%" align="left" style="color : green;">
Document's Page Size is 540 x 279
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PS_ENV9
</td>
<td width="65%" align="left" style="color : green;">
Document's Page Size is 639 x 279
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PS_ENV10
</td>
<td width="65%" align="left" style="color : green;">
Document's Page Size is 684 x 297
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PS_ENV11
</td>
<td width="65%" align="left" style="color : green;">
Document's Page Size is 747 x 324
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Page Orientation Type
FILE OPEN MODES
<tr>
<td width="35%" align="left" style="color : brown;">
PO_PAGE_PORTRAIT
</td>
<td width="65%" align="left" style="color : green;">
Orientation of Page is Portrait
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PO_PAGE_LANDSKAPE
</td>
<td width="65%" align="left" style="color : green;">
Orientation of Page is Landskape
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Document Description's Item Type
<tr>
<td width="35%" align="left" style="color : brown;">
PI_CREATOR
</td>
<td width="65%" align="left" style="color : green;">
Information about creator of the PDF Document
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PI_AUTHOR
</td>
<td width="65%" align="left" style="color : green;">
Information about author of the PDF Document
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PI_DATE
</td>
<td width="65%" align="left" style="color : green;">
Information about date of the creation PDF Document
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PI_PRODUCER
</td>
<td width="65%" align="left" style="color : green;">
Information about producer of the PDF Document
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PI_TITLE
</td>
<td width="65%" align="left" style="color : green;">
Information about title of the PDF Document
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PI_SUBJECT
</td>
<td width="65%" align="left" style="color : green;">
Information about subject of the PDF Document
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PI_KEYWORDS
</td>
<td width="65%" align="left" style="color : green;">
Information about keywords
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PI_MODIFICATIONDATA
</td>
<td width="65%" align="left" style="color : green;">
Information about modification data
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Page Rotation Angle.
<p style="color : darkgreen; font-size : 9pt;">( The number of degrees by which the page should be rotated clockwise when displayed or printed. The value must be a multiple of 90. Default value: 0) .</p>
<tr>
<td width="35%" align="left" style="color : brown;">
PRA_0
</td>
<td width="65%" align="left" style="color : green;">
0 deg. - rotation angle
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PRA_90
</td>
<td width="65%" align="left" style="color : green;">
90 deg. - rotation angle
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PRA_180
</td>
<td width="65%" align="left" style="color : green;">
180 deg. - rotation angle
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PRA_270
</td>
<td width="65%" align="left" style="color : green;">
270 deg. - rotation angle
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Page Box Type
<tr>
<td width="35%" align="left" style="color : brown;">
PBN_MEDIABOX
</td>
<td width="65%" align="left" style="color : green;">
A rectangle, expressed in default user space units, defining the boundaries of the physical medium on which the page is intended to be displayed or printed
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PBN_CROPBOX
</td>
<td width="65%" align="left" style="color : green;">
A rectangle, expressed in default user space units, defining the visible region of default user space. When the page is displayed or printed, its contents are to be clipped (cropped) to this rectangle and then imposed on the output medium in some implementation defined manner.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PBN_BLEEDBOX
<td width="65%" align="left" style="color : green;">
A rectangle, expressed in default user space units, defining the region to which the contents of the page should be clipped when output in a production environment
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PBN_TRIMBOX
<td width="65%" align="left" style="color : green;">
A rectangle, expressed in default user space units, defining the intended dimensions of the finished page after trimming
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PBN_ARTBOX
<td width="65%" align="left" style="color : green;">
A rectangle, expressed in default user space units, defining the extent of the pages meaningful content (including potential white space) as intended by the pages creator
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Horizontal Justify.
<tr>
<td width="35%" align="left" style="color : brown;">
HJ_LEFT
<td width="65%" align="left" style="color : green;">
Left justify
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
HJ_CENTER
<td width="65%" align="left" style="color : green;">
Center justify
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
HJ_RIGHT
<td width="65%" align="left" style="color : green;">
Right justify
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Vertical Justify constants
<tr>
<td width="35%" align="left" style="color : brown;">
VJ_TOP
</td>
<td width="65%" align="left" style="color : green;">
Top justify
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
VJ_CENTER
</td>
<td width="65%" align="left" style="color : green;">
Center justify
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
VJ_BOTTOM
</td>
<td width="65%" align="left" style="color : green;">
Bottom justify
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
The line join style specifies the shape to be used at the corners of paths that are stroked.
<tr>
<td width="35%" align="left" style="color : brown;">
LJ_MITER
</td>
<td width="65%" align="left" style="color : green;">
The outer edges of the strokes for the two segments are extended until they meet at an angle, as in a picture frame. If the segments meet at too sharp an angle, a bevel join is used instead.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
LJ_ROUND
</td>
<td width="65%" align="left" style="color : green;">
A circle with a diameter equal to the line width is drawn around the point where the two segments meet and is filled in, producing a rounded corner.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
LJ_BEVEL
</td>
<td width="65%" align="left" style="color : green;">
The two segments are finished with butt caps and the resulting notch beyond the ends of the segments is filled with a triangle
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
The line cap style specifies the shape to be used at the ends of opened subpaths (and dashes, if any) when they are stroked.
<tr>
<td width="35%" align="left" style="color : brown;">
LC_BUTTEND
</td>
<td width="65%" align="left" style="color : green;">
The stroke is squared off at the endpoint of the path. There is no projection beyond the end of the path.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
LC_ROUND
</td>
<td width="65%" align="left" style="color : green;">
A semicircular arc with a diameter equal to the line width is drawn around the endpoint and filled in.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
LC_PROJECTING_SQUARE
</td>
<td width="65%" align="left" style="color : green;">
The stroke continues beyond the endpoint of the path for a distance equal to half the line width and is then squared off.
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Converting CIE-based colors to device colors
<tr>
<td width="35%" align="left" style="color : brown;">
REINT_ABSOLUTE_COLORMETRIC
</td>
<td width="65%" align="left" style="color : green;">
Colors are represented solely with respect to the light source; no correction is made for the output mediums white point (such as the color of unprinted paper).
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
REINT_RELATIVE_COLORMETRICS
</td>
<td width="65%" align="left" style="color : green;">
Colors are represented with respect to the combination of the light source and the output mediums white point (such as the color of unprinted paper).
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
REINT_SATURATION
</td>
<td width="65%" align="left" style="color : green;">
Colors are represented in a manner that preserves or emphasizes saturation.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
REINT_PERCEPTUAL
</td>
<td width="65%" align="left" style="color : green;">
Colors are represented in a manner that provides a pleasing perceptual appearance.
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Blending mode
<tr>
<td width="35%" align="left" style="color : brown;">
BLMO_NORMAL
</td>
<td width="65%" align="left" style="color : green;">
Selects the source color, ignoring the backdrop.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
BLMO_MULTIPLY
</td>
<td width="65%" align="left" style="color : green;">
Multiplies the backdrop and source color values.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
BLMO_SCREEN
</td>
<td width="65%" align="left" style="color : green;">
Multiplies the complements of the backdrop and source color values, then complements the result.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
BLMO_OVERLAY
</td>
<td width="65%" align="left" style="color : green;">
Multiplies or screens the colors, depending on the backdrop color.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
BLMO_DARKEN
</td>
<td width="65%" align="left" style="color : green;">
Selects the darker of the backdrop and source colors.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
BLMO_LIGHTEN
</td>
<td width="65%" align="left" style="color : green;">
Selects the lighter of the backdrop and source colors.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
BLMO_COLORDODGE
</td>
<td width="65%" align="left" style="color : green;">
Brightens the backdrop color to reflect the source color. Painting with black produces no change.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
BLMO_COLORBURN
</td>
<td width="65%" align="left" style="color : green;">
Darkens the backdrop color to reflect the source color. Painting with white produces no change.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
BLMO_HARDLIGHT
</td>
<td width="65%" align="left" style="color : green;">
Multiplies or screens the colors, depending on the source color value.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
BLMO_SOFTLIGHT
</td>
<td width="65%" align="left" style="color : green;">
Darkens or lightens the colors, depending on the source color value.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
BLMO_DIFFERENCE
</td>
<td width="65%" align="left" style="color : green;">
Subtracts the darker of the two constituent colors from the lighter.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
BLMO_EXCLUSION
</td>
<td width="65%" align="left" style="color : green;">
Produces an effect similar to that of the Difference mode, but lower in contrast.
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Available image compression types
<tr>
<td width="35%" align="left" style="color : brown;">
ITC_JBIG2
</td>
<td width="65%" align="left" style="color : green;">
JBIG2 compression.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ITC_FLATE
</td>
<td width="65%" align="left" style="color : green;">
FLATE compression.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ITC_JPEG
</td>
<td width="65%" align="left" style="color : green;">
JPEG compression.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ITC_CCITT42D
</td>
<td width="65%" align="left" style="color : green;">
CCITT 4 compression.
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Available black and white compressions
<tr>
<td width="35%" align="left" style="color : brown;">
PDFI_CCITT
</td>
<td width="65%" align="left" style="color : green;">
CCITT compression.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDFI_JBIG2
</td>
<td width="65%" align="left" style="color : green;">
JBIG2 compression.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDFI_FLATE
</td>
<td width="65%" align="left" style="color : green;">
FLATE compression.
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Standard fonts constants
<tr>
<td width="35%" align="left" style="color : brown;">
STDF_HELVETICA
</td>
<td width="65%" align="left" style="color : green;">
Helvetica font.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
STDF_HELVETICA_BOLD
</td>
<td width="65%" align="left" style="color : green;">
Helvetica Bold font.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
STDF_HELVETICA_OBLIQUE
</td>
<td width="65%" align="left" style="color : green;">
Helvetica Oblique font.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
STDF_HELVETICA_BOLD_OBLIQUE
</td>
<td width="65%" align="left" style="color : green;">
Helvetica Bold Obliquefont.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
STDF_TIMES_ROMAN
</td>
<td width="65%" align="left" style="color : green;">
Times Roman font.
</td>
</tr>
<tr>
</td>
<td width="35%" align="left" style="color : brown;">
STDF_TIMES_BOLD
</td>
<td width="65%" align="left" style="color : green;">
Times Bold font.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
STDF_TIMES_ITALIC
</td>
<td width="65%" align="left" style="color : green;">
Times Italic font.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
STDF_TIMES_BOLD_ITALIC
</td>
<td width="65%" align="left" style="color : green;">
Times Bold Italicfont.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
STDF_COURIER
</td>
<td width="65%" align="left" style="color : green;">
Courier font.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
STDF_COURIER_BOLD
</td>
<td width="65%" align="left" style="color : green;">
Courier Bold font.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
STDF_COURIER_OBLIQUE
</td>
<td width="65%" align="left" style="color : green;">
Courier Oblique font.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
STDF_COURIER_BOLD_OBLIQUE
</td>
<td width="65%" align="left" style="color : green;">
Courier BoldOblique font.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
STDF_SYMBOL
</td>
<td width="65%" align="left" style="color : green;">
Symbol font.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
STDF_ZAPFDINGBATS
</td>
<td width="65%" align="left" style="color : green;">
Zapf Dingbats font
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Font encoding
<tr>
<td width="35%" align="left" style="color : brown;">
ET_PDFDOC_ENCODING
</td>
<td width="65%" align="left" style="color : green;">
PDF Document encoding.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ET_WINANSI_ENCODING
</td>
<td width="65%" align="left" style="color : green;">
ANSI windows encoding.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ET_MACROMAN_ENCODING
</td>
<td width="65%" align="left" style="color : green;">
Apple encoding.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ET_STANDARD_ENCODING
</td>
<td width="65%" align="left" style="color : green;">
Standard encoding.
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Explicit destination types
<tr>
<td width="35%" align="left" style="color : brown;">
EDT_XYZ
</td>
<td width="65%" align="left" style="color : green;">
Display the page, with the coordinates (<i>left</i>, <i>top</i>) positioned at the top-left corner of the window and the contents of the page magnified
by the factor <i>zoom</i>. A null value for any of the parameters <i>left</i>, <i>top</i>, or <i>zoom</i> specifies that the current value of that parameter is to be retained unchanged.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
EDT_FIT
</td>
<td width="65%" align="left" style="color : green;">
Display the page, with its contents magnified just enough to fit the entire page within the window both horizontally and vertically. If
the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the page within the window in the other dimension.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
EDT_FITH
</td>
<td width="65%" align="left" style="color : green;">
Display the page, with the vertical coordinate top positioned at the <i>top</i> edge of the window and the contents of the page magnified
just enough to fit the entire width of the page within the window.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
EDT_FITV
</td>
<td width="65%" align="left" style="color : green;">
Display the page, with the horizontal coordinate left positioned at the <i>left</i> edge of the window and the contents of the page magnified
just enough to fit the entire height of the page within the window.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
EDT_FITR
</td>
<td width="65%" align="left" style="color : green;">
Display the page, with its contents magnified just enough to fit the rectangle specified by the coordinates <i>left</i>, <i>bottom</i>, <i>right</i>, and <i>top</i> entirely
within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering
the rectangle within the window in the other dimension
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
EDT_FITB
</td>
<td width="65%" align="left" style="color : green;">
Display the page, with its contents magnified just enough to fit its bounding box entirely within the window both horizontally and vertically. If the required horizontal
and vertical magnification factors are different, use the smaller of the two, centering the bounding box within the window in the other dimension.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
EDT_FITBH
</td>
<td width="65%" align="left" style="color : green;">
Display the page, with the vertical coordinate top positioned at the <i>top</i> edge of the window and the contents of the page magnified just enough to fit the entire
width of its bounding box within the window.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
EDT_FITBV
</td>
<td width="65%" align="left" style="color : green;">
Display the page, with the horizontal coordinate left positioned at the <i>left</i> edge of the window and the contents of the page magnified just enough to fit the entire height
of its bounding box within the window.
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Type of the PDF destination
<tr>
<td width="35%" align="left" style="color : brown;">
PDFDT_EXPLICIT
</td>
<td width="65%" align="left" style="color : green;">
Directly via explicit destination.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDFDT_NAMED
</td>
<td width="65%" align="left" style="color : green;">
Indirectly via name destination.
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
PDF Thread Action Type constants
<tr>
<td width="35%" align="left" style="color : brown;">
TA_THREAD_HANDLE
</td>
<td width="65%" align="left" style="color : green;">
Destination is stored in PDFThreadHandle.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
TA_THREAD_INDEX
</td>
<td width="65%" align="left" style="color : green;">
Destination is stored in index of the threads in PDF document. The first thread in the document has index 0.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
TA_THREAD_TITLE
</td>
<td width="65%" align="left" style="color : green;">
Destination is stored in the title of the thread.
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
PDF Bead Action Type constants
<tr>
<td width="35%" align="left" style="color : brown;">
TA_BEAD_HANDLE
</td>
<td width="65%" align="left" style="color : green;">
Destination stored in PDFBeadHandle.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
TA_BEAD_INDEX
</td>
<td width="65%" align="left" style="color : green;">
Destination stored in index of the bead within its thread. The first bead has index 0. */
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Named Action Type constants
<tr>
<td width="35%" align="left" style="color : brown;">
NA_NEXT_PAGE
</td>
<td width="65%" align="left" style="color : green;">
Go to the next page of the document.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
NA_PREV_PAGE
</td>
<td width="65%" align="left" style="color : green;">
Go to the previous page of the document.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
NA_FIRST_PAGE
</td>
<td width="65%" align="left" style="color : green;">
Go to the first page of the document.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
NA_LAST_PAGE
</td>
<td width="65%" align="left" style="color : green;">
Go to the last page of the document.
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Submit Form Flags
<p style="color : darkgreen; font-size : 9pt;">( Combine flags with bitwise operations ).</p>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_SUBMIT_FORM_FLAG_EXCLUDE
</td>
<td width="65%" align="left" style="color : green;">
Exclude Flag
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_SUBMIT_FORM_FLAG_INCLUDE_NO_VALUE_FIELDS
</td>
<td width="65%" align="left" style="color : green;">
Not Include Value Flag.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_SUBMIT_FORM_FLAG_EXPORT_FORMAT
</td>
<td width="65%" align="left" style="color : green;">
Export format flag
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_SUBMIT_FORM_FLAG_GET_METHOD
</td>
<td width="65%" align="left" style="color : green;">
Get method flag.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_SUBMIT_FORM_FLAG_SUBMIT_COORDINATES
</td>
<td width="65%" align="left" style="color : green;">
Submit coordinates flag
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_SUBMIT_FORM_FLAG_XML
</td>
<td width="65%" align="left" style="color : green;">
XML Flag.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_SUBMIT_FORM_FLAG_INCLUDE_ANNOTATIONS
</td>
<td width="65%" align="left" style="color : green;">
Include Annotations Flag.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_SUBMIT_FORM_FLAG_SUBMIT_PDF
</td>
<td width="65%" align="left" style="color : green;">
Submit PDF Flag.
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Cos Object Types
<tr>
<td width="35%" align="left" style="color : brown;">
COS_NULL
</td>
<td width="65%" align="left" style="color : green;">
NULL Cos object.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
COS_INTEGER
</td>
<td width="65%" align="left" style="color : green;">
Integer Cos Object.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
COS_REAL
</td>
<td width="65%" align="left" style="color : green;">
Real Cos Object.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
COS_BOOLEAN
</td>
<td width="65%" align="left" style="color : green;">
Boolean Cos Object.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
COS_NAME
</td>
<td width="65%" align="left" style="color : green;">
Name Cos Object.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
COS_STRING
</td>
<td width="65%" align="left" style="color : green;">
String Cos Object.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
COS_DICT
</td>
<td width="65%" align="left" style="color : green;">
Dictionary Cos Object.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
COS_ARRAY
</td>
<td width="65%" align="left" style="color : green;">
Array Cos Object.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
COS_STREAM
</td>
<td width="65%" align="left" style="color : green;">
Stream Cos Object.
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Annotation Types
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_ANNOTATION_INVISIBLE
</td>
<td width="65%" align="left" style="color : green;">
If set, do not display the annotation if it does not belong to one of the standard annotation types and no annotation
handler is available. If clear, display such an unknown annotation using an appearance stream specified by its
appearance dictionary, if any.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_ANNOTATION_HIDDEN
</td>
<td width="65%" align="left" style="color : green;">
If set, do not display or print the annotation or allow it to interact with the user, regardless of its annotation type or
whether an annotation handler is available. In cases where screen space is limited, the ability to hide and show annotations
selectively can be used in combination with appearance streams to display auxiliary pop-up information similar in function to
online help systems.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_ANNOTATION_PRINT
</td>
<td width="65%" align="left" style="color : green;">
If set, print the annotation when the page is printed. If clear, never print the annotation, regardless of whether it is displayed
on the screen. This can be useful, for example, for annotations representing interactive pushbuttons, which would serve no
meaningful purpose on the printed page.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_ANNOTATION_NO_ZOOM
</td>
<td width="65%" align="left" style="color : green;">
If set, do not scale the annotation's appearance to match the magnification of the page. The location of the annotation on the
page (defined by the upper-left corner of its annotation rectangle) remains fixed, regardless of the page magnification. See below for
further discussion.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_ANNOTATION_NO_ROTATE
</td>
<td width="65%" align="left" style="color : green;">
If set, do not rotate the annotation's appearance to match the rotation of the page. The upper-left corner of the annotation
rectangle remains in a fixed location on the page, regardless of thepage rotation. See below for further discussion.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_ANNOTATION_NO_VIEW
</td>
<td width="65%" align="left" style="color : green;">
If set, do not display the annotation on the screen or allow it to interact with the user. The annotation may be printed (depending
on the setting of the Print flag), but should be considered hidden for purposes of on-screen display and user interaction.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_ANNOTATION_READONLY
</td>
<td width="65%" align="left" style="color : green;">
If set, do not allow the annotation to interact with the user. The annotation may be displayed or printed (depending on the
settings of the NoView and Print flags), but should not respond to mouse clicks or change its appearance in response to mouse motions.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_ANNOTATION_LOCKED
</td>
<td width="65%" align="left" style="color : green;">
If set, do not allow the annotation to be deleted or its properties (including position and size) to be modified by the user.
However, this does not restrict changes to the annotations contents, such as a form field value.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
PDF_ANNOTATION_TOGGLE_NO_VIEW
</td>
<td width="65%" align="left" style="color : green;">
If set, invert the interpretation of the NoView flag for certain events. A typical use is to have an annotation that appears only
when a mouse cursor is held over it.
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
The annotation border styles
<tr>
<td width="35%" align="left" style="color : brown;">
BS_SOLID
</td>
<td width="65%" align="left" style="color : green;">
A solid rectangle surrounding the annotation.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
BS_DASHED
</td>
<td width="65%" align="left" style="color : green;">
A dashed rectangle surrounding the annotation.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
BS_BEVELED
</td>
<td width="65%" align="left" style="color : green;">
A simulated embossed rectangle that appears to be raised above the surface of the page.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
BS_INSET
</td>
<td width="65%" align="left" style="color : green;">
A simulated engraved rectangle that appears to be recessed below the surface of the page.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
BS_UNDERLINE
</td>
<td width="65%" align="left" style="color : green;">
A single line along the bottom of the annotation rectangle.
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Available annotations names
<tr>
<td width="35%" align="left" style="color : brown;">
ATN_NOTE
</td>
<td width="65%" align="left" style="color : green;">
Note annotation.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ATN_COMMENT
</td>
<td width="65%" align="left" style="color : green;">
Comment annotation.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ATN_HELP
</td>
<td width="65%" align="left" style="color : green;">
Help annotation.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ATN_INSERT
</td>
<td width="65%" align="left" style="color : green;">
Insert annotation.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ATN_KEY
</td>
<td width="65%" align="left" style="color : green;">
Key annotation.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ATN_NEWPARAGRAPH
</td>
<td width="65%" align="left" style="color : green;">
New paragraph annotation.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ATN_PARAGRAPH
</td>
<td width="65%" align="left" style="color : green;">
Paragraph annotation.
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Link Annotation
<p style="color : darkgreen; font-size : 9pt;">Note : The annotation's highlighting mode, the visual effect to be
used when the mouse button is pressed or held down inside its active area.</p>
<tr>
<td width="35%" align="left" style="color : brown;">
HLM_NO_HIGHTLIGHT
</td>
<td width="65%" align="left" style="color : green;">
No highlighting.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
HLM_INVERT
</td>
<td width="65%" align="left" style="color : green;">
Invert the contents of the annotation rectangle.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
HLM_OUTLINE
</td>
<td width="65%" align="left" style="color : green;">
Invert the annotation's border.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
HLM_PUSH
</td>
<td width="65%" align="left" style="color : green;">
Display the annotation's down appearance.
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Available stamp icon types
<tr>
<td width="35%" align="left" style="color : brown;">
ASN_APPROVED
</td>
<td width="65%" align="left" style="color : green;">
Approved icon type.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ASN_ASIS
</td>
<td width="65%" align="left" style="color : green;">
AsIs icon type.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ASN_CONFIDENTIAL
</td>
<td width="65%" align="left" style="color : green;">
Confidential icon type.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ASN_DEPARTMENTAL
</td>
<td width="65%" align="left" style="color : green;">
Departmental icon type.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ASN_DRAFT
</td>
<td width="65%" align="left" style="color : green;">
Draft icon type.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ASN_EXPERIMENTAL
</td>
<td width="65%" align="left" style="color : green;">
Experimental icon type.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ASN_EXPIRED
</td>
<td width="65%" align="left" style="color : green;">
Expired icon type.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ASN_FINAL
</td>
<td width="65%" align="left" style="color : green;">
Final icon type.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ASN_FORCOMMENT
</td>
<td width="65%" align="left" style="color : green;">
For comment icon type.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ASN_FORPUBLICRELEASE
</td>
<td width="65%" align="left" style="color : green;">
For public release icon type.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ASN_NOTAPPROVED
</td>
<td width="65%" align="left" style="color : green;">
Not approved icon type.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ASN_NOTFORPUBLICRELEASE
</td>
<td width="65%" align="left" style="color : green;">
Not for public release icon type.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ASN_SOLD
</td>
<td width="65%" align="left" style="color : green;">
Sold icon type.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ASN_TOPSECRET
</td>
<td width="65%" align="left" style="color : green;">
Top secret icon type.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
ASN_OTHER
</td>
<td width="65%" align="left" style="color : green;">
Other icon type.
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Acro Form Object Quadding Type. Text justification style.
<tr>
<td width="35%" align="left" style="color : brown;">
QUADDING_LEFTTOP
</td>
<td width="65%" align="left" style="color : green;">
attach text to left top corner of field
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
QUADDING_TOP
</td>
<td width="65%" align="left" style="color : green;">
attach text to top central site of field
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
QUADDING_RIGHTTOP
</td>
<td width="65%" align="left" style="color : green;">
attach text to right top corner of field
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
QUADDING_LEFT
</td>
<td width="65%" align="left" style="color : green;">
attach text to left central site of field
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
QUADDING_CENTER
</td>
<td width="65%" align="left" style="color : green;">
attach text to center of field
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
QUADDING_RIGHT
</td>
<td width="65%" align="left" style="color : green;">
attach text to right central site of field
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
QUADDING_LEFTBOTTOM
</td>
<td width="65%" align="left" style="color : green;">
attach text to left bottom corner of field
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
QUADDING_BOTTOM
</td>
<td width="65%" align="left" style="color : green;">
attach text to bottom central site of field
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
QUADDING_RIGHTBOTTOM
</td>
<td width="65%" align="left" style="color : green;">
attach text to right bottom corner of field
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Type of CheckBox Style.
<tr>
<td width="35%" align="left" style="color : brown;">
CBF_RECTANGLE
</td>
<td width="65%" align="left" style="color : green;">
Rectangle style
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
CBF_CIRCLE
</td>
<td width="65%" align="left" style="color : green;">
Circle style
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Action Event Type for Acro Form Objects. Set of events.
<tr>
<td width="35%" align="left" style="color : brown;">
AOE_TYPEACTIVATE
</td>
<td width="65%" align="left" style="color : green;">
event on activate, primary action.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AOE_TYPEENTER
</td>
<td width="65%" align="left" style="color : green;">
event on enter in the active area.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AOE_TYPEEXIT
</td>
<td width="65%" align="left" style="color : green;">
event on exit from the active area.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AOE_TYPEPRESS
</td>
<td width="65%" align="left" style="color : green;">
event on press mouse button inside it.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AOE_TYPERELEASE
</td>
<td width="65%" align="left" style="color : green;">
event on release mouse button inside.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AOE_TYPEFOCUSON
</td>
<td width="65%" align="left" style="color : green;">
event on receive the input focus.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AOE_TYPEFOCUSOFF
</td>
<td width="65%" align="left" style="color : green;">
event on lose the input focus.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AOE_TYPEKEYSTROKE
</td>
<td width="65%" align="left" style="color : green;">
event on change text value in field.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AOE_TYPEFORMAT
</td>
<td width="65%" align="left" style="color : green;">
event on format value in the field.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AOE_TYPEVALIDATE
</td>
<td width="65%" align="left" style="color : green;">
event on change field's value in field.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AOE_TYPECALCULATE
</td>
<td width="65%" align="left" style="color : green;">
event on recalculate value.
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
AcroObject Flags.
<tr>
<td width="35%" align="left" style="color : brown;">
AO_DEFAULT
</td>
<td width="65%" align="left" style="color : green;">
Default object flag.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AO_REQUIRED
</td>
<td width="65%" align="left" style="color : green;">
Object Require Input Value.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AO_READONLY
</td>
<td width="65%" align="left" style="color : green;">
Object Is Read Only.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AO_NOEXPORT
</td>
<td width="65%" align="left" style="color : green;">
Object Is Not Exported.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AO_MULTILINE
</td>
<td width="65%" align="left" style="color : green;">
Object Is Multiline.
<tr>
<td width="35%" align="left" style="color : brown;">
AO_PASSWORD
</td>
<td width="65%" align="left" style="color : green;">
Password Edit Box.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AO_EDIT
</td>
<td width="65%" align="left" style="color : green;">
Object is Editable.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AO_MULTISELECT
</td>
<td width="65%" align="left" style="color : green;">
Object ( List or Combo Box ) Allow Multiselection.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AO_DONOTSPELLCHECK
</td>
<td width="65%" align="left" style="color : green;">
Disable Spell Checking on object.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AO_DONOTSCROLL
</td>
<td width="65%" align="left" style="color : green;">
Disable Scrolling for Object.
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Type of CheckBox Mark - code of Zapf Dingbats sign ( 32 - 255 ).
<tr>
<td width="35%" align="left" style="color : brown;">
CBS_FINGER
</td>
<td width="65%" align="left" style="color : green;">
'Finger' mark
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
CBS_PEN
</td>
<td width="65%" align="left" style="color : green;">
'Pen' mark
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
CBS_VMARK
</td>
<td width="65%" align="left" style="color : green;">
V-style mark
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
CBS_NIKE
</td>
<td width="65%" align="left" style="color : green;">
V-style mark
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
CBS_CROSS
</td>
<td width="65%" align="left" style="color : green;">
Cross-style mark
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
CBS_X
</td>
<td width="65%" align="left" style="color : green;">
Cross-style mark
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
CBS_CHECK
</td>
<td width="65%" align="left" style="color : green;">
Cross-style mark
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
CBS_PLUS
</td>
<td width="65%" align="left" style="color : green;">
Cross-style mark
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
CBS_DIAMOND
</td>
<td width="65%" align="left" style="color : green;">
Rhombus-style mark
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
CBS_STAR
</td>
<td width="65%" align="left" style="color : green;">
'Star' mark
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
CBS_FLOWER
</td>
<td width="65%" align="left" style="color : green;">
'Flower' mark
<tr>
<td width="35%" align="left" style="color : brown;">
CBS_SNOW
</td>
<td width="65%" align="left" style="color : green;">
'Snowflake' mark
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
CBS_CIRCLE
</td>
<td width="65%" align="left" style="color : green;">
'Circle' mark
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
CBS_RECTANGLE
</td>
<td width="65%" align="left" style="color : green;">
'Rectangle' mark
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
CBS_RHOMBUS
</td>
<td width="65%" align="left" style="color : green;">
Rhombus-style mark
</td>
</tr>
</table><br>
<table style="color : black; font-family : monospace; font-size : 10pt; width : 100%;" border="1">
Acro Form Object Type. Interactive Control Type.
<tr>
<td width="35%" align="left" style="color : brown;">
AOTYPE_UNKNOWN
</td>
<td width="65%" align="left" style="color : green;">
Unknown Type, in failure case.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AOTYPE_PUSHBUTTON
</td>
<td width="65%" align="left" style="color : green;">
Button for select single action.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AOTYPE_CHECKBOX
</td>
<td width="65%" align="left" style="color : green;">
Button for check single item.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AOTYPE_RADIOBUTTON
</td>
<td width="65%" align="left" style="color : green;">
Button from group for select only one item from ensemble.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AOTYPE_EDITBOX
</td>
<td width="65%" align="left" style="color : green;">
Variable text edit field for change text item.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AOTYPE_COMBOBOX
</td>
<td width="65%" align="left" style="color : green;">
Field for select one text item from list.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AOTYPE_LISTBOX
</td>
<td width="65%" align="left" style="color : green;">
Box for select item(s) from list.
</td>
</tr>
<tr>
<td width="35%" align="left" style="color : brown;">
AOTYPE_SIGNATURE
</td>
<td width="65%" align="left" style="color : green;">
Field for sign in document, maybe invisible.
</td>
</tr>
</table><br>
<h3 style="color: rgb(71, 38, 125); font-family: serif; font-size: 13pt;">FUNCTIONS:</h3>
<table style="color : black; font-family : serif; font-size : 12pt; width : 100%;" border="1">
<b>pdf_library_init</b>
<tr>
<td width="15%">
<b>Description :</b>
</td>
<td>
Initialize VersyPDF library for current username and<br>
registration key. Prepare and fill in all library structures.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td>
<b>
$LicenseName
</b>
[in] License Name for check license information.
<br>
<b>
$LicenseKey
</b>
[in] License key for check license information.
</td>
</tr>
<tr> <td width="15%"><b>Returns:</b></td>
<td>
PDF Library Handle.
</td></tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
$Lib = pdf_library_init ( $LicenseName, $LicenseKey );
</td>
</tr>
</table><br>
<table style="color : black; font-family : serif; font-size : 12pt; width : 100%;" border="1">
<b>pdf_library_done</b>
<tr>
<td width="15%">
<b>Description :</b>
</td>
<td>
Close VersyPDF library.
</td>
</tr>
<tr><td width="15%"><b>Parameters :</b></td>
<td>
<b>
$Lib :
</b>
[ in ] Handle to created VersyPDF library.
</td>
</tr>
<tr> <td width="15%"><b>Returns:</b></td>
<td>
none.
</td>
</tr>
<tr><td width="15%"><b>Use :</b></td>
<td style="color : brown;">
pdf_library_done ( $Lib );
</td>
</tr>
</table><br>
</body></html>