Click or drag to resize

RadPdf.Integration Namespace

This namespace supplies classes which can be used to tightly integrate ASP.NET Web applications with RAD PDF.
Classes
  ClassDescription
Public classCode exampleDefaultPdfIntegrationProvider
Default implementation of PdfIntegrationProvider.
Public classDocumentAppendingEventArgs
A class containing the event data passed to a PdfIntegrationProvider instance when OnDocumentAppending(DocumentAppendingEventArgs) is called.
Public classDocumentCancelEventArgs
An abstract class containing the event data passed to a PdfIntegrationProvider instance for document related events which can be canceled.
Public classDocumentCreatedEventArgs
A class containing the event data passed to a PdfIntegrationProvider instance when OnDocumentCreated(DocumentCreatedEventArgs) is called.
Public classDocumentDownloadingEventArgs
A class containing the event data passed to a PdfIntegrationProvider instance when OnDocumentDownloading(DocumentDownloadingEventArgs) is called.
Public classDocumentEventArgs
An abstract class containing the event data passed to a PdfIntegrationProvider instance for document related events.
Public classDocumentInitEventArgs
A class containing the event data passed to a PdfIntegrationProvider instance when OnDocumentInit(DocumentInitEventArgs) is called.
Public classDocumentPrintingEventArgs
A class containing the event data passed to a PdfIntegrationProvider instance when OnDocumentPrinting(DocumentPrintingEventArgs) is called.
Public classDocumentSavedEventArgs
A class containing the event data passed to a PdfIntegrationProvider instance when OnDocumentSaved(DocumentSavedEventArgs) is called.
Public classDocumentSavingEventArgs
A class containing the event data passed to a PdfIntegrationProvider instance when OnDocumentSaving(DocumentSavingEventArgs) is called.
Public classDocumentSearchingEventArgs
A class containing the event data passed to a PdfIntegrationProvider instance when OnDocumentSearching(DocumentSearchingEventArgs) is called.
Public classDocumentUploadingEventArgs
A class containing the event data passed to a PdfIntegrationProvider instance when OnDocumentUploading(DocumentUploadingEventArgs) is called.
Public classExceptionEventArgs
The base class passed to a PdfIntegrationProvider instance when an exception has occurred.
Public classObjectDataAddingEventArgs
A class containing the event data passed to a PdfIntegrationProvider instance when OnObjectDataAdding(ObjectDataAddingEventArgs) is called.
Public classPageRenderOnDemandEventArgs
A class containing the event data passed to a PdfIntegrationProvider instance when OnPageRenderOnDemand(PageRenderOnDemandEventArgs) is called.
Public classPdfAdvancedSettings
Represents a group of advanced settings for a specific PdfIntegrationProvider.
Public classPdfCertifier
Defines a class which specifies settings and provides resources needed to certify and digitally sign a document when saving the output PDF.
Public classPdfDataContext
Encapsulates all RAD PDF-data-specific information about an individual request for PdfObject data (e.g. an image).
Public classPdfDataRequest
Enables a PdfIntegrationProvider instance to read the applicable parameters set during a PdfObject data request.
Public classPdfDataResponse
Encapsulates PdfObject data response information from a PdfDataRequest.
Public classPdfFontResource
Represents a font resource available in the PdfWebControl and other aspects of RAD PDF.
Public classPdfFontResourceCollection
Collection of font resources for use in a PdfWebControl and other aspects of RAD PDF.
Public classPdfHttpSettings
Represents a group of HTTP (Hypertext Transfer Protocol) settings for a specific PdfIntegrationProvider.
Public classCode examplePdfIntegrationProvider
Defines the contract that RAD PDF implements to specify settings and provide features using custom integration providers.
Public classPdfStorageAdapter
This class is an adapter for the storage used by a PdfWebControl instance.
Public classPdfStorageProvider
Defines the contract that RAD PDF implements to specify settings and provide features using custom integration providers.
Public classCode examplePdfTimeStamper
Defines an abstract class which can be implemented to specify settings and provide resources needed to time stamp a digital signature used when certifying a document.
Public classPdfWcfSettings
Represents a group of WCF (Windows Communication Foundation) settings for specific PdfIntegrationProvider.
Public classRadPdfLicense
Represents a RAD PDF License for a specific PdfIntegrationProvider.
Public classSqlServerPdfStorageProvider
Represents a storage provider for a specific PdfIntegrationProvider which uses SQL Server.
Public classWarningEventArgs
The base class passed to a PdfIntegrationProvider instance when a warning occurs.
Structures
Enumerations
  EnumerationDescription
Public enumerationDocumentAppender
Type of document data source which raised the applicable document append event (e.g. DocumentAppendingEventArgs).
Public enumerationDocumentAppendType
Type of append associated with the applicable document append event (e.g. DocumentAppendingEventArgs).
Public enumerationDocumentPrintSource
The source for the PDF data which should be rendered for printing a document, as indicated in DocumentPrintingEventArgs when OnDocumentPrinting(DocumentPrintingEventArgs) is invoked.
Public enumerationDocumentSaveType
Type of saving action which raised the applicable save event data (e.g. DocumentSavingEventArgs or DocumentSavedEventArgs).
Public enumerationObjectDataAdder
Type of object data source which raised the applicable object data add event (e.g. ObjectDataAddingEventArgs).
Public enumerationPdfDataResponseStatus
Provides enumerated values that are used to set the status of a PdfDataResponse to a PdfDataRequest.
Public enumerationPdfFontResourceStandard
Specifies the PDF Standard Type 1 font resources available for a PdfFontResource.