Web API Core | ComponentOne
C1.Web.Api.Pdf Namespace / PdfProviderManager Class
Properties Methods


In This Topic
    PdfProviderManager Class Members
    In This Topic

    The following tables list the members exposed by PdfProviderManager.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets the current pdf provider manager.  
    Public PropertyGets the map of the items which are maintained. (Inherited from C1.Web.Api.Configuration.Manager<PdfProvider>)
    Top
    Public Methods
     NameDescription
    Public MethodAdd item with the key to the manager. (Inherited from C1.Web.Api.Configuration.Manager<PdfProvider>)
    Public MethodGets a boolean value which indicates whether the key exists in the manager. (Inherited from C1.Web.Api.Configuration.Manager<PdfProvider>)
    Public MethodGets the instance which is mapped to the specified key. (Inherited from C1.Web.Api.Configuration.Manager<PdfProvider>)
    Public MethodRemove the item with the specified key. (Inherited from C1.Web.Api.Configuration.Manager<PdfProvider>)
    Public MethodTry to get the instance which is mapped to the specified key. (Inherited from C1.Web.Api.Configuration.Manager<PdfProvider>)
    Top
    See Also