Click or drag to resize

PdfSubmitAction Class

A class representing the submit action of a PdfButtonField.
Inheritance Hierarchy
SystemObject
  RadPdf.Data.Document.CommonPdfSubmitAction

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public sealed class PdfSubmitAction

The PdfSubmitAction type exposes the following members.

Constructors
  NameDescription
Public methodPdfSubmitAction
Creates a new instance of the PdfSubmitAction class with URL to submit the form data
Top
Properties
  NameDescription
Public propertyIsLocked
Gets a value indicating if this submit action object is associated with a PdfField which has IsLocked set and whose properties therefore can not be changed.
Public propertyUrl
Gets or sets a value representing the submit URL for this button action.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also