# `GSEditViewController printDocument:`

*Instance Method*

## Declaration

```swift
@IBAction func printDocument(_ sender: Any?)
```

```objc
- (void) printDocument:(id) sender;
```

```python
printDocument_(sender: object)
```

