WatermarkAnnotationFixedPrint Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a fixed print that specifies how this annotation shall be drawn relative to the dimensions of the target media. If this entry is not present, the annotation shall be drawn without any special consideration for the dimensions of the target media. If the dimensions of the target media are not known at the time of drawing, drawing shall be done relative to the dimensions specified by the page’s MediaBox entry.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public FixedPrint FixedPrint { get; set; }

Property Value

Type: FixedPrint
The fixed print.
See Also

Reference