 | PdfMK Class |
Represents the MK entry used to provide additional information for constructing the annotation’s appearance stream.
Inheritance Hierarchy Namespace: Patagames.Pdf.Net.WrappersAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic class PdfMK : PdfWrapper
Public Class PdfMK
Inherits PdfWrapper
public ref class PdfMK : public PdfWrapper
type PdfMK =
class
inherit PdfWrapper
end
public class PdfMK extends PdfWrapper
Patagames.Pdf.Net.Wrappers.PdfMK = function();
Type.createClass(
'Patagames.Pdf.Net.Wrappers.PdfMK',
Patagames.Pdf.Net.Wrappers.PdfWrapper);
The PdfMK type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | BackgroundColor |
Gets or sets the color of the widget annotation’s background.
|
 | BorderColor |
Gets or sets the color of the widget annotation’s border.
|
 | CaptionPosition |
Gets or sets a code indicating where to position the text of the widget annotation’s caption relative to its icon.
|
 | DownCaption |
Gets or sets the widget annotation’s alternate (down) caption, displayed when the mouse button is pressed within its active area.
|
 | DownIcon |
Gets a PdfPageObjectsCollection defining the widget annotation’s alternate (down) icon, displayed when the mouse button is pressed within its active area.
|
 | IconFit |
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)
|
 | NormalCaption |
Gets or sets the widget annotation’s normal caption, displayed when it is not interacting with the user.
|
 | NormalIcon |
Gets a PdfPageObjectsCollection defining the widget annotation’s normal icon, displayed when it is not interacting with the user.
|
 | RolloverCaption |
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.
|
 | RolloverIcon |
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.
|
 | Rotation |
Gets or sets a value indicating how the widget annotation is rotated counterclockwise relative to the page.
|
Top
Methods
See Also