PrintDialog.GetPaperName
------------------------

Queries printer name.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [PrintDialog](component_PrintDialog.md) | [5.0](newinversion50.md) | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |

### Deprecated

This function was [deprecated](deprecated.md). Use [PageSetupDialog.GetPaperName](PageSetupDialogGetPaperName.md) instead.

MBS( "PrintDialog.GetPaperName" ) ### Parameters

none

### Result

Returns paper name or error.

### Description

Queries printer name.  
You can set this with [PrintDialog.SetPaperName](PrintDialogSetPaperName.md).  
### See also

- [PrintDialog.GetFirstPage](PrintDialogGetFirstPage.md)
- [PrintDialog.GetLastPage](PrintDialogGetLastPage.md)
- [PrintDialog.GetPaperHeight](PrintDialogGetPaperHeight.md)
- [PrintDialog.GetPaperWidth](PrintDialogGetPaperWidth.md)
- [PrintDialog.GetPrinterName](PrintDialogGetPrinterName.md)
- [PrintDialog.GetPrintType](PrintDialogGetPrintType.md)
- [PrintDialog.SetPaperHeight](PrintDialogSetPaperHeight.md)
- [PrintDialog.SetPaperName](PrintDialogSetPaperName.md)
- [PrintDialog.SetPaperWidth](PrintDialogSetPaperWidth.md)
- [PrintDialog.SetPrinterName](PrintDialogSetPrinterName.md)

### Blog Entries

- [MBS Filemaker Plugin, version 5.0pr5](https://www.mbsplugins.de/archive/2015-01-01/MBS_Filemaker_Plugin_version_5/monkeybreadsoftware_blog_filemaker)

This function is free to use.

Created 27th December 2014 , last changed 27th June 2021

  
[PrintDialog.GetPaperHeight](PrintDialogGetPaperHeight.md) - [PrintDialog.GetPaperWidth](PrintDialogGetPaperWidth.md)

[HTML Version](PrintDialogGetPaperName.shtml)