TextLayer Class

ABCpdf .net

 
   

A multistyled text layer appearing on a page of the document.

System.Object
   WebSupergoo.ABCpdf10.Objects.IndirectObject
      WebSupergoo.ABCpdf10.Objects.StreamObject
         WebSupergoo.ABCpdf10.Objects.Layer
            WebSupergoo.ABCpdf10.Objects.TextLayer

 

   
   
Method Description
ClearTextOperation Removes any cached TextOperation and TextFragments associated with this object.
  inherited methods...

 

   
   
Property Description
Characters The number of characters appearing on the page.
EndPos The point defining the end position of the text.
Lines The number of lines appearing on the page.
Previous The previous text object in the text chain.
Truncated Whether the text had to be truncated.
FullText The full text provided in the initial call to AddHtml or AddText.
TextStart The offset to the first character drawn onto this layer.
TextEnd The offset to the last character drawn onto this layer.
TextEnd The offset to the character which will be drawn at the start of next item in the chain.
TextFragments The TextFragments describing the precise layout of this text layer.
TextOperation A TextOperation describing the precise layout of this text layer.
  inherited properties...