TextExtractorLineSet Method  | 
 Sets value to the specified Line object
 
    Namespace: 
   pdftron.PDF
    Assembly:
   pdftron (in pdftron.dll) Version: 255.255.255.255
Syntaxpublic void Set(
	TextExtractorLine r
)
Public Sub Set ( 
	r As TextExtractorLine
)
public:
virtual void Set(
	[InAttribute] TextExtractorLine^ r
) sealed
Parameters
- r
 - Type: pdftron.PDFTextExtractorLine
another Line object
 
See Also