DynaPDF.GetInDocInfoCount
-------------------------

Queries number of document info in import file.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [DynaPDF](component_DynaPDF.md) | [5.0](newinversion50.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "DynaPDF.GetInDocInfoCount"; PDF ) 

**MBS**( **"DynaPDF.GetInDocInfoCount";** /\* Queries number of document info in import file. \*/  
**$PDF**) /\* The PDF reference returned from [DynaPDF.New](DynaPDFNew.md). \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| PDF | The PDF reference returned from [DynaPDF.New](DynaPDFNew.md). | $pdf |

### Result

Returns number or error.

### Description

Queries number of document info in import file.  
Returns the number of available document info entries of the currently opened import file or a negative error code on failure. The document info entries can be enumerated with DynaPDF.GetInDocInfoEx.  
See also [GetInDocInfoCount](https://www.monkeybreadsoftware.com/DynaPDF-Manual/GetInDocInfoCount.shtml) function in DynaPDF manual.

### See also

- [DynaPDF.GetDocInfoCount](DynaPDFGetDocInfoCount.md)
- [DynaPDF.New](DynaPDFNew.md)

### Blog Entries

- [Things you can do with DynaPDF](https://www.mbsplugins.de/archive/2021-07-02/Things_you_can_do_with_DynaPDF/monkeybreadsoftware_blog_filemaker)

### FileMaker Magazin

- [Ausgabe 5/2021, Seite 26](https://filemaker-magazin.de/neuigkeit/4158-Appetithappen-FMM_202105)

This function checks for a license.

Created 6th February 2015 , last changed 6th February 2015

  
[DynaPDF.GetImportPageCount](DynaPDFGetImportPageCount.md) - [DynaPDF.GetInEncryptionInfo](DynaPDFGetInEncryptionInfo.md)

[HTML Version](DynaPDFGetInDocInfoCount.shtml)