Table of Contents

Property LockedContents

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

LockedContents

(PDF 1.7) Gets or sets a value indicating whether to allow the contents of the widget to be modified by the user.

public bool LockedContents { get; set; }

Property Value

bool

true if to allow the contents of the widget to be modified by the user; otherwise, false.

Remarks

This property does not restrict deletion of the widget or changes to other widget properties, such as position and size.

Exceptions

UnexpectedStructureException

The value in the internal PDF structure has an unexpected type.