PDFComments(Project,String) Method
                In This Topic
            
            Imports comments from PDF file.
            
            
            Syntax
            
        
            Parameters
- oProject
- Project to which comments from pdf will be imported. Can't be null.
- strFileName
- Full file name of the PDF file to be imported. Can't be null.
 
            Exceptions
| Exception | Description | 
|---|
| ArgumentException | Thrown in case of
                                    invalid arguments. | 
| ArgumentNullException | Null was passed to a
                                        parameter. | 
| ApplicationException | API can't get access to this functionality of P8. A reason
                                       for this could be the
                                       lack of necessary
                                       rights or licenses. | 
| BaseException | An error occurred
                                during the import.
                                Please read the
                                exception message. | 
See Also