Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/indem/iiita/Doc/
Upload File :
Current File : /var/www/html/mmishra/indem/iiita/Doc/interface_annot.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&nbsp; </h1>
	</td>
    	</tr>
  	</tbody>
	</table>
	<h2 style="color: rgb(71, 38, 125); font-family: serif; font-size: 12pt;">VersyPDF Annotations Manipulation Interface</h2>

<h3 style="color: rgb(71, 38, 125); font-family: serif; font-size: 11pt;">FUNCTIONS:</h3>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfannotation_set_flag</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Sets flag for PDF Annotation.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Annotaion </b>- [ in ] PDF annotation for which need set flags.
        <br><b>$AnnotationFlag </b>- [ in ] Specifies annotation's flags.
        </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;">
        pdfannotation_set_flag( $Annotation, $AnnotationFlag );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfannotation_set_alpha_blending</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Sets alpha blending for PDF Annotation.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Annotaion </b>- [ in ] PDF annotation for which need set alpha blending.
        <br><b>$AlphaBlending </b>- [ in ] Specifies annotation's alpha blending.
        </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;">
        pdfannotation_set_alpha_blending( $Annotation, $AlphaBlending );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfannotation_set_title</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Sets Title for PDF Annotation.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Annotaion </b>- [ in ] PDF annotation for which need set title.
        <br><b>$Title </b>- [ in ] Specifies annotation's title.
        <br><b>$TitleLength </b>- [ in ] Specifies title's length.
        </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;">
        pdfannotation_set_title( $Annotation, $Title, $TitleLength );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfannotation_set_name</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Sets Name for PDF Annotation.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Annotaion </b>- [ in ] PDF annotation for which need set name.
        <br><b>$Name </b>- [ in ] Specifies annotation's name.
        <br><b>$NameLength </b>- [ in ] Specifies title's name.
        </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;">
        pdfannotation_set_name( $Annotation, $Name, $NameLength );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfannotation_set_border_style</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Sets border style for PDF Annotation.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Annotaion </b>- [ in ] PDF annotation for which need set border style.
        <br><b>$Width </b>- [ in ] Specifies border's width.
        <br><b>$Style </b>- [ in ] Specifies border's style.
        <br><b>$Dash </b>- [ in ] Specifies dash of the border. Used only with style equal to bsDashed.
        </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;">
        pdfannotation_set_border_style( $Annotation, $Width, $Style, $Dash );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfannotation_set_color</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Sets color for PDF Annotation.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Annotaion </b>- [ in ] PDF annotation for which need set color.
        <br><b>$Color </b>- [ in ] Specifies annotation's name.
        </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;">
        pdfannotation_set_color( $Annotation, $Color );
        </td>
        </tr>
        <tr><td width="15%"><b>See Also :</b></td>
        <td style="color : brown;">
        Ul_color_from_rgb, ul_color_from_gray
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfannotation_set_action</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Sets action for PDF Annotation which will executed when annotation is activated.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Annotaion </b>- [ in ] PDF annotation for which need set action.
        <br><b>$Action </b>- [ in ] Specifies annotation's action.
        </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;">
        pdfannotation_set_action( $Annotation, $Action );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfpage_append_annotation_text</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Create new text annotation.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [ in ] PDF Document handle.
        <br><b>$Page </b>- [ in ] Index of the page where will located created text annotation.
        <br><b>$Rect </b>- [ in ] The annotation rectangle, defining the location of the annotation on the page
        <br><b>$Content </b>- [ in ] Text to be displayed for the annotation	
        <br><b>$ContentLength </b>- [ in ] Length of the content.
        <br><b>$IsOpened </b>- [ in ] Specifying whether the annotation should initially be displayed open.
        <br><b>$Name </b>- [ in ] The name of an icon to be used in displaying the annotation.
        </td>
        </tr>
   		<tr> <td width="15%"><b>Returns:</b></td>
        <td>
        Text annotation handle.
        </td>
        </tr>
        <tr><td width="15%"><b>Use :</b></td>
        <td style="color : brown;">
        $Annot = pdfpage_append_annotation_text( $Doc, $Page, $Rect, $Content, $ContentLength, $IsOpened, $Name );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfpage_append_annotation_link_with_dest</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Create new link annotation.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [ in ] PDF Document handle.
        <br><b>$Page </b>- [ in ] Index of the page where will located created link annotation.
        <br><b>$Rect </b>- [ in ] The annotation rectangle, defining the location of the annotation on the page.
        <br><b>$Destination	</b>- [ in ] A destination to be displayed when the annotation is activated.
        <br><b>$Mode </b>- [ in ] The annotation's highlighting mode.
        <br><b>$Visible </b>- [ in ] No border is drawn if set to false.
        </td>
        </tr>
   		<tr> <td width="15%"><b>Returns:</b></td>
        <td>
        Link annotation handle.
        </td>
        </tr>
        <tr><td width="15%"><b>Use :</b></td>
        <td style="color : brown;">
        $Annot = pdfpage_append_annotation_link_with_dest( $Doc, $Page, $Rect, $Destination, $Mode , $Visible );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfpage_append_annotation_link_with_action</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Create new link annotation.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [ in ] PDF Document handle.
        <br><b>$Page </b>- [ in ] Index of the page where will located created link annotation.
        <br><b>$Rect </b>- [ in ] The annotation rectangle, defining the location of the annotation on the page.
        <br><b>$Action </b>- [ in ] An action to be performed when the annotation is activated.
        <br><b>$Mode </b>- [ in ] The annotation's highlighting mode.
        <br><b>$Visible </b>- [ in ] No border is drawn if set to false.
        </td>
        </tr>
   		<tr> <td width="15%"><b>Returns:</b></td>
        <td>
        Link annotation handle.
        </td>
        </tr>
        <tr><td width="15%"><b>Use :</b></td>
        <td style="color : brown;">
        $Annot = pdfpage_append_annotation_link_with_action( $Doc, $Page, $Rect, $Action, $Mode , $Visible );
        </td>
        </tr>
</table><br>

<table style="color : black; font-family : serif; font-size : 10pt; width : 100%;" border="1">
<b>pdfpage_append_annotation_stamp</b>
   		<tr>
        <td width="15%"><b>Description :</b></td>
   		<td>
        Create new stamp annotaion.
        </td>
        </tr>
   		<tr><td width="15%"><b>Parameters :</b></td>
        <td><b>$Doc </b>- [ in ] PDF Document handle.
        <br><b>$Page </b>- [ in ] Index of the page where will located created stamp annotation.
        <br><b>$Rect </b>- [ in ] The annotation rectangle, defining the location of the annotation on the page.
        <br><b>$Content </b>- [ in ] Text to be displayed for the annotation	
        <br><b>$ContentLength	- [ in ] Length of the content.
        <br><b>$IsOpened </b>- [ in ] Specifying whether the annotation should initially be displayed open.
        </td>
        </tr>
   		<tr> <td width="15%"><b>Returns:</b></td>
        <td>
        Link annotation handle.
        </td>
        </tr>
        <tr><td width="15%"><b>Use :</b></td>
        <td style="color : brown;">
        $Annot = pdfpage_append_annotation_stamp( $Doc, $Page, $Rect, $Content, $ContentLength, $Name);
        </td>
        </tr>
</table><br>


</body></html>