Click or drag to resize

PdfSquareAnnotation Class

Represents the square annotation
Inheritance Hierarchy

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public class PdfSquareAnnotation : PdfFigureAnnotation

The PdfSquareAnnotation type exposes the following members.

Constructors
 NameDescription
Public methodPdfSquareAnnotation(PdfPage) Creates a new PdfSquareAnnotation.
Public methodPdfSquareAnnotation(PdfPage, PdfTypeBase) Initializes a new instance of the PdfSquareAnnotation class based on the specified dictionary.
Public methodPdfSquareAnnotation(PdfPage, FS_RECTF, FS_COLOR, FS_COLOR) Creates a new PdfSquareAnnotation.
Top
Remarks
Please find details in the remarks section of PdfFigureAnnotation
See Also