Represents the loaded line annotation class.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class PdfLineAnnotationWidget : PdfStyledAnnotationWidget
Public Class PdfLineAnnotationWidget
	Inherits PdfStyledAnnotationWidget
public ref class PdfLineAnnotationWidget : public PdfStyledAnnotationWidget
type PdfLineAnnotationWidget =  
    class
        inherit PdfStyledAnnotationWidget
    end

Members

            
 All Members  Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AnnotationFlags
Gets or sets the annotation flags.
(Inherited from PdfStyledAnnotationWidget.)
BackColor
Gets or sets the back color of the annotation.
BeginLineStyle
Gets or sets the begin line style of the annotation.
Border
Gets or sets the annotation's border.
(Inherited from PdfStyledAnnotationWidget.)
Bounds (Inherited from PdfStyledAnnotationWidget.)
CaptionType
Gets or sets the caption type of the annotation.
Color
Gets or sets the color.
(Inherited from PdfStyledAnnotationWidget.)
EndLineStyle
Gets or sets the end line style of the annotation.
EndPoint
Gets the endpoint of the annotation, it's at the bottom left The origin of coordinate system corresponds to the lower-left corner of page.The positive x axis extends horizontally to the right and the positive y axis vertically upward
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Flags
Gets or sets annotation flags.
(Inherited from PdfAnnotation.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Initialize()()()() (Inherited from PdfAnnotation.)
InnerLineColor
Gets or sets the inner line color of the annotation.
LeaderExt
Gets or sets the leader ext of the annotation.
LeaderLine
Gets or sets the leader line of the annotation.
LineBorder
Gets the line border of the annotation.
LineCaption
Gets or sets the line caption of the annotation.
LineIntent
Gets or sets the line intent of the annotation.
Location
Gets or sets the location.
(Inherited from PdfStyledAnnotationWidget.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ModifiedDate
Gets annotation's modified date.
(Inherited from PdfAnnotation.)
Name
Gets or sets the name of the annotation. Note: The annotation name, a text string uniquely identifying it among all the annotations on its page.
(Inherited from PdfAnnotation.)
ObjectID
Represents the Form field identifier
(Inherited from PdfAnnotationWidget.)
Page
Gets a page which this annotation is connected to.
(Inherited from PdfAnnotation.)
PageWidget
Gets and sets the Page.
(Inherited from PdfAnnotationWidget.)
Rectangle (Inherited from PdfAnnotation.)
Save()()()() (Inherited from PdfAnnotation.)
SetText(String)
Sets the name of the field.
(Inherited from PdfAnnotationWidget.)
Size
Gets or sets the size.
(Inherited from PdfStyledAnnotationWidget.)
StartPoint
Gets the startpoint of the annotation, it's at the bottom left The origin of coordinate system corresponds to the lower-left corner of page.The positive x axis extends horizontally to the right and the positive y axis vertically upward
Text
Gets or sets the text.
(Inherited from PdfStyledAnnotationWidget.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Spire.Pdf.Annotations..::..PdfAnnotation
    Spire.Pdf.Annotations..::..PdfAnnotationWidget
      Spire.Pdf.Annotations..::..PdfStyledAnnotationWidget
        Spire.Pdf.Annotations..::..PdfLineAnnotationWidget

See Also