Interface IMarkup

This Interface represents the specific methods of a markup annotation.

Namespace: PSPDFKit.Pdf.Annotation
Assembly: PSPDFKit.dll
Syntax
public interface IMarkup

Properties

Color

The Windows.UI.Color of the markup.

Declaration
Color Color { get; set; }
Property Value
Type Description
Windows.UI.Color

Rects

List of rects on the page where the markup is drawn.

Declaration
IList<Rect> Rects { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Windows.Foundation.Rect>

See Also