Click or drag to resize

PdfResource Class

PdfResource is a base class for all document resources used in Generating PDF documents. These resource include fonts, images, page content templates, and color space definitions. Resources can represent large amounts of data that may be used by multiple pages within a document. By referring to them indirectly through resource managers allows the resources to be shared within the document. The PDF Generating toolkit defines the resource types and managers for each. Client code will never need to define its own resource types. PdfResource on its own is never used except to define base capabilities and to create collection classes.
Inheritance Hierarchy

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 PdfResource : IDisposable

The PdfResource type exposes the following members.

Constructors
  NameDescription
Public methodPdfResource
Initializes a new instance of the PdfResource class
Top
Methods
  NameDescription
Public methodDispose
Disposes the resource.
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 PdfResource 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also