PTWatermark
@interface PTWatermark : PTAnnot
A Watermark annotation is an annotation that is printed at a fixed size and position on a page, regardless of the dimensions of the printed page.
-
Creates a Watermark annotation and initializes it using given Cos/SDF object.
Note
The constructor does not copy any data, but is instead the logical equivalent of a type cast.Parameters
d
The Cos/SDF object to initialze the annotation with.
-
Undocumented
Declaration
Objective-C
- (instancetype)init;
Swift
init!()
-
Creates a new Watermark annotation in the specified document.
Declaration
Parameters
doc
A document to which the annotation is added.
pos
A rectangle specifying the annotation’s bounds in default user space units.
Return Value
A newly created blank Watermark annotation.