Click or drag to resize

PdfMK Class

Represents the MK entry used to provide additional information for constructing the annotation’s appearance stream.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.WrappersPdfWrapper
    Patagames.Pdf.Net.WrappersPdfMK

Namespace: Patagames.Pdf.Net.Wrappers
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfMK : PdfWrapper

The PdfMK type exposes the following members.

Constructors
 NameDescription
Public methodPdfMK(PdfPage) Creates new instance of PdfMK.
Public methodPdfMK(PdfPage, PdfTypeBase) Creates a new instance of PdfMK and initialize it with specified dictionary
Top
Properties
 NameDescription
Public propertyBackgroundColor Gets or sets the color of the widget annotation’s background.
Public propertyBorderColor Gets or sets the color of the widget annotation’s border.
Public propertyCaptionPosition Gets or sets a code indicating where to position the text of the widget annotation’s caption relative to its icon.
Public propertyDownCaption Gets or sets the widget annotation’s alternate (down) caption, displayed when the mouse button is pressed within its active area.
Public propertyDownIcon Gets a PdfPageObjectsCollection defining the widget annotation’s alternate (down) icon, displayed when the mouse button is pressed within its active area.
Public propertyIconFit Gets or sets an icon fit specifying how to display the widget annotation’s icon within its annotation rectangle. If present, the icon fit dictionary applies to all of the annotation’s icons (NormalIcon, RolloverIcon, and DownIcon)
Public propertyNormalCaption Gets or sets the widget annotation’s normal caption, displayed when it is not interacting with the user.
Public propertyNormalIcon Gets a PdfPageObjectsCollection defining the widget annotation’s normal icon, displayed when it is not interacting with the user.
Public propertyRolloverCaption Gets or sets the widget annotation’s rollover caption, displayed when the user rolls the cursor into its active area without pressing the mouse button.
Public propertyRolloverIcon Gets a PdfPageObjectsCollection defining the widget annotation’s rollover icon, displayed when the user rolls the cursor into its active area without pressing the mouse button.
Public propertyRotation Gets or sets a value indicating how the widget annotation is rotated counterclockwise relative to the page.
Top
Methods
 NameDescription
Public methodCreateEmptyAppearance Creates empty icon stream
Protected methodDispose Releases the unmanaged resources used by the PdfMK class and optionally releases the managed resources.
(Overrides PdfWrapperDispose(Boolean))
Public methodGenerateAppearance Generate content of specified icon stream.
Top
See Also