'Declaration
Public Function SetTextUnderlineStyle( _ ByVal TextUnderlineStyle As PdfTextUnderlineStyle _ ) As GdPictureStatus
public GdPictureStatus SetTextUnderlineStyle( PdfTextUnderlineStyle TextUnderlineStyle )
public function SetTextUnderlineStyle( TextUnderlineStyle: PdfTextUnderlineStyle ): GdPictureStatus;
public function SetTextUnderlineStyle( TextUnderlineStyle : PdfTextUnderlineStyle ) : GdPictureStatus;
public: GdPictureStatus SetTextUnderlineStyle( PdfTextUnderlineStyle TextUnderlineStyle )
public: GdPictureStatus SetTextUnderlineStyle( PdfTextUnderlineStyle TextUnderlineStyle )
Parameters
- TextUnderlineStyle
- A member of the PDFTextUnderlineStyle enumeration.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.