Click or drag to resize

PdfInkAnnotation Class

Represents an Ink annotation
Inheritance Hierarchy

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfInkAnnotation : PdfMarkupAnnotation

The PdfInkAnnotation type exposes the following members.

Constructors
 NameDescription
Public methodPdfInkAnnotation(PdfPage) Creates a new PdfInkAnnotation.
Public methodPdfInkAnnotation(PdfPage, PdfTypeBase) Initializes a new instance of the PdfInkAnnotation class based on the specified dictionary.
Top
Properties
 NameDescription
Public propertyInkList Gets or sets a collection of PdfLinePointCollection<T>, each representing a stroked path.
Public propertyLineStyle Gets or sets a line style (see PdfBorderStyle) specifying the line width and dash pattern to be used in drawing the paths.
Top
Methods
 NameDescription
Public methodRegenerateAppearances Re-creates the appearance of the annotation based on its properties.
(Overrides PdfMarkupAnnotation.RegenerateAppearances())
Top
Remarks
An ink annotation (PDF 1.3) represents a freehand “scribble” composed of one or more disjoint paths. When opened, it displays a pop-up window containing the text of the associated note.
See Also