LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

WriteAnnotations Method






A list of PDFAnnotation objects to write.
Name of the destination PDF file to be created. If the value of this parameter is null (Nothing in Visual Basic) then the file name set in FileName will be updated.
Writes annotations to an existing PDF file.
Syntax
public void WriteAnnotations( 
   IList<PDFAnnotation> annotations,
   string destinationFileName
)
'Declaration
 
Public Sub WriteAnnotations( _
   ByVal annotations As IList(Of PDFAnnotation), _
   ByVal destinationFileName As String _
) 
'Usage
 
Dim instance As PDFFile
Dim annotations As IList(Of PDFAnnotation)
Dim destinationFileName As String
 
instance.WriteAnnotations(annotations, destinationFileName)
 function Leadtools.Pdf.PDFFile.WriteAnnotations( 
   annotations ,
   destinationFileName 
)
public:
void WriteAnnotations( 
   IList<PDFAnnotation^>^ annotations,
   String^ destinationFileName
) 

Parameters

annotations
A list of PDFAnnotation objects to write.
destinationFileName
Name of the destination PDF file to be created. If the value of this parameter is null (Nothing in Visual Basic) then the file name set in FileName will be updated.
Example

For an example on retrieving annotations of PDF pages, refer to PDFDocumentPage.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFFile Class
PDFFile Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.