Click or drag to resize

PdfSquigglyAnnotation Class

Represents the squiggly annotation
Inheritance Hierarchy

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public class PdfSquigglyAnnotation : PdfTextMarkupAnnotation

The PdfSquigglyAnnotation type exposes the following members.

Constructors
 NameDescription
Public methodPdfSquigglyAnnotation(PdfPage) Creates a new PdfSquigglyAnnotation.
Public methodPdfSquigglyAnnotation(PdfPage, PdfTypeBase) Initializes a new instance of the PdfSquigglyAnnotation class based on the specified dictionary.
Public methodPdfSquigglyAnnotation(PdfPage, FS_POINTF, FS_POINTF, FS_POINTF, FS_POINTF, FS_COLOR) Creates a new PdfSquigglyAnnotation with quadrilateral parameters as specified.
Top
Remarks
Please find details in the remarks section of PdfTextMarkupAnnotation
See Also