• API Documentation
  • i-net PDFC
  • i-net /// software
Search Results for

    Show / Hide Table of Contents
    • inetsoftware.Config
      • Configuration
      • ConfigurationManager
    • inetsoftware.Pdfc
      • PDFC
      • PDFComparer
    • inetsoftware.Pdfc.Config
      • DefaultProfileID
      • PDFCProperty
      • PDFCVisibility
    • inetsoftware.Pdfc.Error
      • ExceptionData
      • PresenterExceptionData
    • inetsoftware.Pdfc.Generator.Message
      • InfoData
    • inetsoftware.Pdfc.Generator.Model
      • ModificationType
      • ModificationType.Type
    • inetsoftware.Pdfc.Presenter
      • BasePresenter
      • ConsolePresenter
      • DifferencesPDFPresenter
      • DifferencesPNGPresenter
      • DifferencesPrintPresenter
      • ExportFilePresenter
      • ExportPresenter
      • JsonPresenter
      • ReportPDFPresenter
      • ReportPresenter
    • inetsoftware.Pdfc.Results
      • Diff
      • DiffGroups
      • ResultModel
    • inetsoftware.ProcessBridge
      • ProcessConfig
      • ProcessException
    • inetsoftware.ProcessBridge.Handler
      • BridgedObject
      • RefObject

    Class PDFC

    Main class

    Inheritance
    System.Object
    PDFC
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: inetsoftware.Pdfc
    Assembly: inetsoftware.Pdfc.dll
    Syntax
    public static class PDFC

    Methods

    ActivateLicense(String)

    This method activates an activation key or a license key. The two types of key have a different purpose:

    • Activation key: Can be used on any system to set a license.The activation requires an active Internet connection and will bind the key to the current system.
    • License key A license key contains the license data and the system ID of the system it is valid for. So it does not require an Internet connection to activate, but it's only valid on one system.
    Please note that this method will block until it has finished.
    Declaration
    public static void ActivateLicense(string activationOrLicenseKey)
    Parameters
    Type Name Description
    System.String activationOrLicenseKey

    the activation or license key to be set

    Exceptions
    Type Condition
    ProcessException
  • if an activation key was passed to the function but the connection to the license server could not be established
  • in case the activated license is invalid
    In This Article
    Back to top Copyright © 2010-2025 i-net software GmbH