Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / SignatureField Class / LockedFields Property

In This Topic
    LockedFields Property
    In This Topic
    Gets or sets the SignatureLockedFields object defining a set of form fields to be locked when this signature field is signed, if null then no fields are locked.
    Syntax
    'Declaration
     
    Public Property LockedFields As SignatureLockedFields
    public SignatureLockedFields LockedFields {get; set;}
    See Also