ResourceManager Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a resource manager.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResourceManager

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class ResourceManager : IDisposable

The ResourceManager type exposes the following members.

Constructors

  NameDescription
Public methodCode exampleResourceManager
Initializes a new instance of the ResourceManager class.
Top
Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodCode exampleGetResource
Gets the resource using specified ID.
Public methodRegisterReplacement(String, String)
Registers the resource replacement, original resource will be replaced during document processing.
Public methodRegisterReplacement(FixedDocument, String, String)
Registers the resource replacement, original resource will be replaced during document processing.
Public methodCode exampleRegisterResource
Registers the specified resource.
Public methodCode exampleUnregisterResource
Unregisters the specified resource.
Top
See Also

Reference