LEADTOOLS PDF (Leadtools.Pdf assembly)

WriteAnnotations Method

Show in webframe





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)

            

            
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

See Also

Reference

PDFFile Class
PDFFile Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.