Click or drag to resize
Pdftools logo

LineAnnotation Class

A line annotation

An annotation that draws a line on a page.
Inheritance Hierarchy

Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Annotations
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.1+cd45f416896d630bcd3719f4b2cba7920f2790da
Syntax
C#
public class LineAnnotation : DrawingAnnotation

The LineAnnotation type exposes the following members.

Properties
 NameDescription
Public propertyBoundingBox

The location on the page


(Inherited from Annotation)
Public propertyEnd

The line's ending point

Public propertyEndStyle

The ending point's style

Public propertyHidden

The annotation's visibility

If then the annotation is present, but is invisible and not available for user interaction. Depending on the NoPrint property it will, however, still be visible when printing.
(Inherited from Annotation)
Public propertyId

The annotation identifier

A text string uniquely identifying it among all the annotations on its page. When creating annotations using the SDK, a unique ID is set automatically.
(Inherited from Annotation)
Public propertyInfo

The information content of this markup


(Inherited from MarkupAnnotation)
Public propertyLineEndingFill

The line ending filling paint

This paint applies to both the starting end the ending point.
Public propertyLocked

Whether the markup annotation can be modified

This does not restrict modification of the markup annotation's content.
(Inherited from MarkupAnnotation)
Public propertyNoPrint

The annotation's visibility when printing

If then the annotation is not present in a print output of the document.
(Inherited from Annotation)
Public propertyNoRotate

The annotation's rotation behavior

If then the annotation's visual appearance does not rotate with the rotation set in a PDF viewer.
(Inherited from Annotation)
Public propertyNoZoom

The annotation's scaling behavior

If then the annotation's visual appearance does not scale with the zoom factor of a PDF viewer.
(Inherited from Annotation)
Public propertyPaint

The paint for line stroking and for the popup


(Inherited from DrawingAnnotation)
Public propertyPopup

The pop-up


(Inherited from DrawingAnnotation)
Public propertyReplies

The replies to this markup


(Inherited from MarkupAnnotation)
Public propertyStart

The line's starting point

Public propertyStartStyle

The starting point's style

Top
Methods
 NameDescription
Public methodStatic memberCreate

Create a line annotation.

The returned line annotation is not yet part of any page. It can be added to a page's list of annotations.
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also