Click or drag to resize

PdfDataRequest Class

Enables a PdfIntegrationProvider instance to read the applicable parameters set during a PdfObject data request.
Inheritance Hierarchy
SystemObject
  RadPdf.IntegrationPdfDataRequest

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public sealed class PdfDataRequest

The PdfDataRequest type exposes the following members.

Properties
  NameDescription
Public propertyDataKey
Gets a value representing the application determined key passed from the Client API to server as a string.
Public propertyDataKeyIsDataUrl
Gets a value indicating if DataKey is a valid data URL which can be used as the response.
Public propertyDocumentKey
DocumentKey as a string.
Public propertyIsLiteDocument
Gets a value indicating whether this document is a Lite Document (created with PdfWebControlLite) or not (and hence created with PdfWebControl).
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