WatermarkCollection Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
[Missing <summary> documentation for "T:Bytescout.PDF.WatermarkCollection"]
Inheritance Hierarchy
Bytescout.PDFWatermarkCollection
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.4.0.647-master
Syntax
public class WatermarkCollection : ICollection<Watermark>, IEnumerable<Watermark>, IEnumerable
The WatermarkCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | WatermarkCollection | Initializes a new instance of the WatermarkCollection class |
Properties
Name | Description | |
---|---|---|
![]() | Count | Gets the number of the elements in the collection. |
![]() | IsReadOnly | |
![]() | Item | Gets the element at the specified index. |
Methods
Name | Description | |
---|---|---|
![]() | Add | |
![]() | Clear | |
![]() | Contains | |
![]() | CopyTo | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | |
![]() | ToString | (Inherited from Object.) |
See Also