A collection of stamps that are applied to the page templates.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public class PdfStampCollection : PdfCollection
Public Class PdfStampCollection Inherits PdfCollection
public ref class PdfStampCollection : public PdfCollection
type PdfStampCollection = class inherit PdfCollection end
Members
All Members | Constructors | Properties | Methods |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
PdfStampCollection()()()() |
Creates a new stamp collection.
| |
Add(PdfPageTemplateElement) |
Adds a stamp element to the collection.
| |
Add(Single, Single, Single, Single) |
Creates a stamp element and adds it to the collection.
| |
Clear()()()() |
Cleares the collection.
| |
Contains(PdfPageTemplateElement) |
Checks whether the stamp element exists in the collection.
| |
Count |
Gets number of the elements in the collection.
(Inherited from PdfCollection.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetEnumerator()()()() | ||
GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
Insert(Int32, PdfPageTemplateElement) |
Inserts a stamp element to the collection at the specified position.
| |
Item[([( Int32])]) |
Gets a stamp element by its index.
| |
List |
Gets internal list of the collection.
(Inherited from PdfCollection.) | |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Remove(PdfPageTemplateElement) |
Removes the stamp element from the collection.
| |
RemoveAt(Int32) |
Removes a stamp element from the specified position in the collection.
| |
ToString()()()() | (Inherited from Object.) |