Click or drag to resize

PdfStrikeoutAnnotation Class

Represents the strikeOut annotation
Inheritance Hierarchy

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

The PdfStrikeoutAnnotation type exposes the following members.

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