Click or drag to resize

PdfControlHasMKEntry Method

Gets whether the control has MK entry.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public bool HasMKEntry(
	string entry
)

Parameters

entry  String
MK entry

Return Value

Boolean
True if entry exists, False otherwise
Remarks

The MK entry can be used to provide an appearance characteristics dictionary containing additional information for constructing the annotation’s appearance stream.

MK entry can be one of the following: "R", "BC", "BG", "CA", "RC", "AC", "I", "RI", "IX", "IF", "TP".

See detils in a table 8.40 at PDF reference 1.7.pdf

See Also