Xceed Words for .NET v3.0 Documentation
SignatureLine Class Members
Properties  Methods 


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace : SignatureLine Class

The following tables list the members exposed by SignatureLine.

Public Properties
 NameDescription
Public PropertyGets or sets if the signature comments of the SignatureLine will be displayed. Default is true.  
Public PropertyGets or sets the distance of the text from the bottom of the SignatureLine (in points). By default, 0.
This property has no effect when the SignatureLine's WrappingStyle property is set to WrapInLineWithText, WrapBehindText, WrapInFrontOfText, WrapTight and WrapThrough.  
Public PropertyGets or sets the distance of the text from the left of the SignatureLine (in points). By default, 0.
This property has no effect when the SignatureLine's WrappingStyle property is set to WrapInLineWithText, WrapBehindText, WrapInFrontOfText and WrapTopAndBottom.  
Public PropertyGets or sets the distance of the text from the right of the SignatureLine (in points). By default, 0.
This property has no effect when the SignatureLine's WrappingStyle property is set to WrapInLineWithText, WrapBehindText, WrapInFrontOfText and WrapTopAndBottom.  
Public PropertyGets or sets the distance of the text from the top of the SignatureLine (in points). By default, 0.
This property has no effect when the SignatureLine's WrappingStyle property is set to WrapInLineWithText, WrapBehindText, WrapInFrontOfText, WrapTight and WrapThrough.  
Public PropertyGets or sets the horizontal alignment for the SignatureLine. By default, None.
The SignatureLine can be positioned Left, Centered, Right, Inside or Outside, relative to Margin, Page, Column, Character, LeftMargin, RightMargin, InsideMargin or OutsideMargin.  
Public PropertyGets or sets the horizontal offset (in points) of the SignatureLine in relation to the element identified in the HorizontalOffsetAlignmentFrom property. By default, 0.
The HorizontalAlignment property must be set to None.  
Public PropertyGets or sets the element from which the HorizontalOffset is calculated. By default, None.
The HorizontalAlignment property must be set to None.
 
Public PropertyGets the Id of the SignatureLine.
When creating a SignatureLine, an Id will automatically be generated; use this id in the SignOptions to associate a SignatureLine with a Digital Signature.  
Public Property

Gets or sets the instructions relative to this SignatureLine.
Used to inform the signer of the reason to sign this SignatureLine.

 
Public Property Gets if the SignatureLine is currently signed.  
Public Property Gets if the SignatureLine is currently signed and has a valid digital signature.  
Public PropertyGets or sets the PackagePart for this element. (Inherited from Xceed.Document.NET.DocumentElement)
Public PropertyGets or sets if the signing date should be displayed on the top right corner of the SignatureLine. Default is true.  
Public PropertyGets or sets the suggested signer of the SignatureLine.  
Public PropertyGets or sets the e-mail address of the suggested signer of the SignatureLine.  
Public PropertyGets or sets the title of the suggested signer of the SignatureLine.  
Public PropertyGets or sets the vertical alignment for the SignatureLine. By default, None.
The SignatureLine can be positioned at Top, Centered, Bottom, Inside or Outside, relative to Margin, Page, Line, TopMargin, BottomMargin, InsideMargin or OutsideMargin.  
Public PropertyGets or sets the vertical offset (in points) of the SignatureLine in relation to the element identified in the VerticalOffsetAlignmentFrom property. By default, 0.
The VerticalAlignment property must be set to None.  
Public Property

Gets or sets the element from which the VerticalOffset is calculated. By default, None.
The VerticalAlignment property must be set to None.

 
Public PropertyGets or sets the list of points used to define the polygon inside the SignatureLine where no text can be drawn.
A minimum of 3 points are necessary in order to activate the WrapPolygon. By default, null (unless the SignatureLine's WrappingStyle property is set to WrapTight or WrapThrough, in which case it will contain the 4 corners of the picture by default, meaning no text inside the SignatureLine).
This property is used when the SignatureLine's WrappingStyle property is set to WrapTight or WrapThrough.
The top left of a SignatureLine has the coordinates (0,0), while the bottom right has the coordinates (21600,21600).  
Public PropertyGets or sets the text wrapping style. The default setting is WrapInLineWithText.  
Public PropertyGets or sets the text wrapping position. The default setting is bothSides.  
Public PropertyGets or sets the XML for this element. (Inherited from DocumentElement)
Top
Public Methods
 NameDescription
Public MethodRemoves this SignatureLine from the Document.  
Top
See Also

Reference

SignatureLine Class
Xceed.Document.NET Namespace