LEADTOOLS PDF (Leadtools.Pdf assembly)

IsEndOfLine Property

Show in webframe





Gets or sets a value that indicate if this the last character in a line.
Syntax
public bool IsEndOfLine {get; set;}
'Declaration
 
Public Property IsEndOfLine As Boolean
'Usage
 
Dim instance As PDFTextProperties
Dim value As Boolean
 
instance.IsEndOfLine = value
 
value = instance.IsEndOfLine

            

            
public:
property bool IsEndOfLine {
   bool get();
   void set (    bool value);
}

Property Value

true if this is the last character in a line; otherwise, it is false. The default value is false.
Remarks

You can use the IsEndOfWord and IsEndOfLine properties to construct the words and lines of the text in a PDF page.

Example

For an example, refer to PDFObject.

Requirements

Target Platforms

See Also

Reference

PDFTextProperties Structure
PDFTextProperties Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.