SquareCircleAnnotation ClassByteScout PDF SDK
Represents an abstract class for square and circle annotations.
Inheritance Hierarchy

SystemObject
  Bytescout.PDFAnnotation
    Bytescout.PDFMarkupAnnotation
      Bytescout.PDFSquareCircleAnnotation
        Bytescout.PDFCircleAnnotation
        Bytescout.PDFSquareAnnotation

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public abstract class SquareCircleAnnotation : MarkupAnnotation

The SquareCircleAnnotation type exposes the following members.

Properties

  NameDescription
Public propertyAuthor
Gets or sets the text label to be displayed in the title bar of the annotations pop-up window when it is open and active.
(Inherited from MarkupAnnotation.)
Public propertyBackgroundColor
Gets or sets the color of the background.
Public propertyBorderEffect
Gets the border effect options for the annotation.
Public propertyBorderStyle
Gets the border style options for the annotation.
Public propertyColor
Gets or sets the color of this annotation.
(Inherited from MarkupAnnotation.)
Public propertyContents
Gets or sets the annotation contents.
(Inherited from MarkupAnnotation.)
Public propertyCreationDate
Gets or sets the date and time when the annotation was created.
(Inherited from MarkupAnnotation.)
Public propertyHeight
Gets or sets the height of this annotation.
Public propertyHidden
Gets or sets a value indicating whether this annotation is hidden.
(Inherited from Annotation.)
Public propertyInnerRectangle
Gets or sets the annotation's inner rectangle. This property is used when the border effect (described by Bytescout.PDF.AnnotationBorderEffect) is used to increase the size of the annotation for anything in a square or a circle.
Public propertyInvisible
Gets or sets a value indicating whether this annotation is invisible.
(Inherited from Annotation.)
Public propertyLeft
Gets or sets the x-coordinate of the left edge of this annotation.
Public propertyLocked
Gets or sets a value indicating whether this annotation is locked.
(Inherited from Annotation.)
Public propertyLockedContents
Gets or sets a value indicating whether to allow the contents of the annotation to be modified by the user.
(Inherited from Annotation.)
Public propertyModificationDate
Gets or sets the date and time when the annotation was modified.
(Inherited from MarkupAnnotation.)
Public propertyName
Gets or sets a string uniquely identifying it among all the annotations on the page.
(Inherited from MarkupAnnotation.)
Public propertyNoRotate
Gets or sets a value indicating whether to rotate the annotation's appearance to match the rotation of the page.
(Inherited from Annotation.)
Public propertyNoView
Gets or sets a value indicating whether to display the annotation on the screen and allow it to interact with the user.
(Inherited from Annotation.)
Public propertyNoZoom
Gets or sets a value indicating whether to scale the annotations's appearance to match the magnification of the page.
(Inherited from Annotation.)
Public propertyOpacity
Gets or sets the opacity value to be used in painting the annotation.
(Inherited from MarkupAnnotation.)
Public propertyPrint
Gets or sets a value indicating whether this annotation gets printed when the page is printed.
(Inherited from Annotation.)
Public propertyReadOnly
Gets or sets a value indicating whether to allow the annotation to interact with the user.
(Inherited from Annotation.)
Public propertySubject
Gets or set the text representing a short description of the subject being addressed by the annotation.
(Inherited from MarkupAnnotation.)
Public propertyToggleNoView
Gets or sets a value indicating whether to invert the interpretation of the annotation property for certain events.
(Inherited from Annotation.)
Public propertyTop
Gets or sets the y-coordinate of the top edge of this annotation.
Public propertyType
Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
(Inherited from Annotation.)
Public propertyWidth
Gets or sets the width of this annotation.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference