[This is preliminary documentation and is subject to change.]

Settings for a document opened in RAD PDF

Namespace:  RadPdfLibrary.Web.UI
Assembly:  RadPdfLibrary (in RadPdfLibrary.dll) Version: 1.4.3630.21651 (1.4.0.0)

Syntax

C#
[FlagsAttribute]
public enum RadPdfDocumentSettings
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration RadPdfDocumentSettings
Visual Basic (Usage)
Dim instance As RadPdfWebControl.RadPdfDocumentSettings

Members

Member nameDescription
Normal
Open PDF with default settings
EnableSubmit
Enable the submitting of the file (not currently supported)
EnforceRequired
Require that PDF form fields marked as Required contain values prior to submission
DisableDownload
Disable downloading in RAD PDF interface
DisablePrint
Disable printing of this document
DisableSelectText
Disable the selection of text in the document
Flatten
Flatten form fields of all saved or downloaded documents
DisableAlterObjects
Disable any movement, resizing, or property changes of objects.
DisableProperties
Disable the modifying of document properties
DisableSecurity
Disable the setting of PDF security settings
DisableAddShapes
Disable the addition of vector shapes
DisableAddFormFields
Disable the addition of form fields
DisableAddLinks
Disable the addition of links
DisableAddText
Disable the addition of text
DisableAddImages
Disable the addition of images (future use)
DisableAddAnnotations
Disable the addition of annotations
DisableAddBookmarks
Disable the addition of bookmarks (future use)
DisableAlterPages
Disable deletion, movement, or insertion of pages
DisableFormFields
Disable the use of form fields in the document
DisableAnnotations
Disable the use of annotations in the document
DisableLinks
Disable the use of links in the document (clicking a link will will not execute its corresponding action)
DisableReserved1
Reserved for future use. Do not use.
DisableReserved2
Reserved for future use. Do not use.
DisableReserved3
Reserved for future use. Do not use.
DisableReserved4
Reserved for future use. Do not use.
DisableInsertTools
Disable all tools found on the RAD PDF "Insert" tab
DisablePagesTools
Disable all tools found on the RAD PDF "Pages" tab
DisableTools
Disable all tools found in the RAD PDF tools area
IsReadOnly
Document should be opened as read only
IsReadOnlyExceptFormFields
Document should be opened as read only, except form fields should remain fillable

Remarks

These settings can be combined as they are bit flags

See Also