SetTextUnderlineCustomDash

テキスト

説明

このページでは、PDFlibPas の テキスト に属する SetTextUnderlineCustomDash を説明します。API 名、パラメータ、クラス、ファイル名、リテラル値は Delphi ライブラリおよび DLL エントリポイントと一致するようそのまま保持しています

関数を呼び出す前に、構文、パラメータ、戻り値を確認してください。コードブロックはコピーして使えるよう原文のまま残しています。

構文

Delphi

Function TPDFlib.SetTextUnderlineCustomDash(Const DashPattern: WideString; DashPhase: Double): Integer;

ActiveX

Function PDFlib::SetTextUnderlineCustomDash(DashPattern As String, DashPhase As Double) As Long

DLL

int DLSetTextUnderlineCustomDash(int InstanceID, const wchar_t * DashPattern, double DashPhase);

パラメータ

DashPatternDashPatternSetTextUnderlineCustomDash のパラメータです。シグネチャに示された型を使い、現在の PDF 文書、選択ページ、または有効なリソースに合う値を指定してください。
DashPhaseDashPhaseSetTextUnderlineCustomDash のパラメータです。シグネチャに示された型を使い、現在の PDF 文書、選択ページ、または有効なリソースに合う値を指定してください。