Documents for PDF, .NET Edition Documentation
LineAnnotation Class Members
Properties 

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Annotations Namespace : LineAnnotation Class

The following tables list the members exposed by LineAnnotation.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the LineAnnotation class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the annotation’s appearance state, which selects the applicable appearance stream from an appearance subdictionary. See PDF specification for more details. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase)
Public PropertyGets the AppearanceStreams object that allows to define this annotation's appearance streams. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase)
Public PropertyGets the list of embedded files associated with this GrapeCity.Documents.Pdf.Graphics.FormXObject. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase)
Public PropertyGets or sets the annotation color, it used as color of popup window, lines color etc. (Inherited from GrapeCity.Documents.Pdf.Annotations.MarkupAnnotation)
Public PropertyGets or sets the text to be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation’s contents in human-readable form. In either case, this text is useful when extracting the document’s contents in support of accessibility to users with disabilities or for other purposes. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase)
Public PropertyGets or sets the date and time when the annotation was created. (Inherited from GrapeCity.Documents.Pdf.Annotations.MarkupAnnotation)
Public PropertyGets the GrapeCity.Documents.Pdf.GcPdfDocument owning this annotation. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase)
Public PropertyGets or sets the end point of the line.  
Public PropertyGets or sets the flags specifying various characteristics of the annotation. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase)
Public PropertyGets or sets the horizontal offset along the annotation line from its midpoint, with a positive value indicating offset to the right and a negative value indicating offset to the left.  
Public PropertyGets or sets a non-negative number representing the length of the leader line offset, which is the amount of empty space between the endpoints of the annotation and the beginning of the leader lines.  
Public PropertyGets or sets a non-negative number representing the length of leader line extensions that extend from the line proper 180 degrees from the leader lines.  
Public PropertyGets or sets the length of leader lines in default user space that extend from each endpoint of the line perpendicular to the line itself. A positive value means that the leader lines appear in the direction that is clockwise when traversing the line from its starting point to its ending point. A negative value indicates the opposite direction.  
Public PropertyGets or sets the line dash pattern. Null means a solid line.  
Public PropertyGets or sets the interior color with which to fill the annotation’s line endings.  
Public PropertyGets or sets the style of line end.  
Public PropertyGets or sets the style of line start.  
Public PropertyGets or sets the line width in points.  
Public PropertyGets or sets a value indicating whether the annotation can be deleted or its properties (including position and size) can be be modified by the user. However, this flag does not restrict changes to the annotation’s contents, such as the value of a form field. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase)
Public PropertyGets or sets the annotation name, a text string uniquely identifying it among all annotations on its page. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase)
Public Property (Inherited from GrapeCity.Documents.Pdf.Annotations.MarkupAnnotation)
Public PropertyGets the GrapeCity.Documents.Pdf.Page containing this object. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase)
Public PropertyGets or sets the PopupAnnotation annotation for entering or editing text associated with this annotation. Setting this property changes the PopupAnnotation.Parent property. A separate PopupAnnotation allows to define additional properties of the popup window: color, position etc. (Inherited from GrapeCity.Documents.Pdf.Annotations.MarkupAnnotation)
Public PropertyGets or sets the annotation rectangle, defining the location of the annotation on a page. (Inherited from GrapeCity.Documents.Pdf.Annotations.AnnotationBase)
Public PropertyGets or sets the annotation referenced by this annotation. (Inherited from GrapeCity.Documents.Pdf.Annotations.MarkupAnnotation)
Public PropertyGets or sets the relationship (reference type) between this annotation and the annotation specified by the MarkupAnnotation.ReferenceAnnotation property. The referenced annotation should be on the same page with the current annotation. (Inherited from GrapeCity.Documents.Pdf.Annotations.MarkupAnnotation)
Public PropertyGets or sets the text to be displayed in the pop-up window when the annotation is opened. This text can be formatted using html tags, see PDF specification for details. (Inherited from GrapeCity.Documents.Pdf.Annotations.MarkupAnnotation)
Public PropertyGets or sets the start point of the line.  
Public PropertyGets or sets the text representing a short description of the subject being addressed by the annotation. (Inherited from GrapeCity.Documents.Pdf.Annotations.MarkupAnnotation)
Public PropertyGets or sets the annotation's text positioning.  
Public PropertyGets or sets the text label to be displayed in the title bar of the annotation’s pop-up window when open and active. By convention, this entry identifies the user who added the annotation. (Inherited from GrapeCity.Documents.Pdf.Annotations.MarkupAnnotation)
Public PropertyGets or sets the vertical offset perpendicular to the annotation line, with a positive value indicating a shift up and a negative value indicating a shift down.  
Top
See Also

Reference

LineAnnotation Class
GrapeCity.Documents.Pdf.Annotations Namespace