# ViewerFeatureName

## Content

# Type Alias: ViewerFeatureName

```ts
type ViewerFeatureName = 
  | "JavaScript"
  | "AllAttachments"
  | "FileAttachments"
  | "SoundAttachments"
  | "RichMediaAttachments"
  | "DragAndDrop"
  | "SubmitForm"
  | "Print"
  | "Open"
  | "Layers"
  | "CustomFonts"
  | "Redact"
  | "ConvertToContent"
  | "NewDocument"
  | "NewPage"
  | "DeletePage"
  | "PdfOrganizer"
  | "ReplaceText"
  | "ESign"
  | "Save"
  | "SaveToPng"
  | "SaveToSvg"
  | "Collaboration"
  | "Linearization"
  | "IncrementalUpdate"
  | "RichText"
  | "TableDataExtraction";
```

The name of the GcPdfViewer's feature.
Used by the disableFeatures option.
Available feature names: 'JavaScript',  'AllAttachments',  'FileAttachments',  'SoundAttachments',  'DragAndDrop',  'SubmitForm',  'Print',
'Open', 'Layers', 'CustomFonts', 'Redact', 'ConvertToContent', 'NewDocument', 'NewPage', 'DeletePage', 'PdfOrganizer', 'ReplaceText', 'ESign', 'Save', 'SaveToPng', 'SaveToSvg', 'Collaboration'.
