Xceed Words for .NET v3.0 Documentation
SignatureLineOptions Class Members
Properties 


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

The following tables list the members exposed by SignatureLineOptions.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public Property

Gets or sets if the comments accompanying 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 for the SignatureLine. By default, None.
The HorizontalAlignment property must be set to None.  
Public PropertyGets or sets the instructions relative to this SignatureLine.
Used to inform the signer of the reason to sign this SignatureLine.  
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 for 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 PropertyGets or sets the element from which the VerticalOffset is calculated for the SignatureLine. 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 Property  
Public Property  
Top
See Also

Reference

SignatureLineOptions Class
Xceed.Document.NET Namespace