---
layout: default-layout
needAutoGenerateSidebar: true
needGenerateH3Content: true
noTitleIndex: true
title: Dynamsoft Document Viewer API Reference - Interface PrintSettings
keywords: Documentation, Dynamsoft Document Viewer, API Reference, Interface PrintSettings
breadcrumbText: Interface PrintSettings
description: Dynamsoft Document Viewer Documentation API Reference Interface PrintSettings Page
permalink: /api/interface/idocument/printsettings.html
---

# PrintSettings

## Syntax

```typescript
interface PrintSettings{
    printAnnotation?: boolean;
}
```

## Attributes

### printAnnotation

Whether to print the printable annotation(s) as the part of image. Default vaule: `true`.

## Related

- [`print()`](https://www.dynamsoft.com/document-viewer/docs/api/interface/idocument/index.md#print)