Click or drag to resize

PdfTemplateResource Class

A PdfTemplateResource is a document-level resource that represents a reusable DrawingTemplate on a page or used as an appearance for an annotation.
Inheritance Hierarchy
SystemObject
  Atalasoft.PdfDoc.Generating.ResourceHandlingPdfResource
    Atalasoft.PdfDoc.Generating.ResourceHandling.TemplatesPdfTemplateResource

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

The PdfTemplateResource type exposes the following members.

Constructors
  NameDescription
Public methodPdfTemplateResource
Initializes a new instance of the PdfTemplateResource class from the given DrawingTemplate.
Top
Properties
  NameDescription
Public propertyTemplate
Gets the template.
Top
Methods
  NameDescription
Public methodDispose
Disposes the resource.
(Inherited from PdfResource.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources
(Inherited from PdfResource.)
Protected methodDisposeManagedResources
Disposes the managed resources.
(Inherited from PdfResource.)
Protected methodDisposeUnmanagedResources
Disposes the unmanaged resources.
(Inherited from PdfResource.)
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.
(Inherited from PdfResource.)
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