In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureSegmenter / GetParagraphRight Method

GetParagraphRight Method (GdPictureSegmenter)

In This Topic
Syntax
'Declaration

 

Public Function GetParagraphRight( _

   ByVal SegmentationResultID As String, _

   ByVal ParagraphIdx As Integer _

) As Integer
public int GetParagraphRight( 

   string SegmentationResultID,

   int ParagraphIdx

)
public function GetParagraphRight( 

    SegmentationResultID: String;

    ParagraphIdx: Integer

): Integer; 
public function GetParagraphRight( 

   SegmentationResultID : String,

   ParagraphIdx : int

) : int;
public: int GetParagraphRight( 

   string* SegmentationResultID,

   int ParagraphIdx

) 
public:

int GetParagraphRight( 

   String^ SegmentationResultID,

   int ParagraphIdx

) 

Parameters

SegmentationResultID
ParagraphIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureSegmenter
GdPictureSegmenter Members