Click or drag to resize

GlobalResources Class

This class represents resources that will be used globally through one or more PDF documents being Generated.
Inheritance Hierarchy
SystemObject
  Atalasoft.PdfDoc.Generating.ResourceHandlingGlobalResources

Namespace:  Atalasoft.PdfDoc.Generating.ResourceHandling
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class GlobalResources : IDisposable

The GlobalResources type exposes the following members.

Constructors
  NameDescription
Public methodGlobalResources
Initializes a new instance of the GlobalResources class with new managers for each class of resource.
Top
Properties
  NameDescription
Public propertyColorSpaces
Gets the color spaces.
Public propertyFonts
Gets the font resource manager for these global resources
Public propertyImages
Gets the images.
Public propertyTemplates
Gets the templates.
Top
Methods
  NameDescription
Public methodDispose
Disposes all the resources in all the resource maangers contained within this object.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources
Protected methodDisposeManagedResources
Disposes the managed resources.
Protected methodDisposeUnmanagedResources
Disposes the unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the GlobalResources is reclaimed by garbage collection.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(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 methodMerge
Merges the specified other.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also