DioDocs for PDF
FromString メソッド (PdfString)

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf.Spec 名前空間 > PdfString クラス : FromString メソッド
PDF 文字列の作成元となる文字列。
渡された文字列から PdfString を作成します。
シンタックス
'宣言
 
Public Shared Function FromString( _
   ByVal s As System.String _
) As PdfString
public static PdfString FromString( 
   System.string s
)

パラメータ

s
PDF 文字列の作成元となる文字列。

戻り値の型

作成された PDF 文字列、または s が null 参照 (Visual Basicでは Nothing) の場合は null 参照 (Visual Basicでは Nothing)。
参照

PdfString クラス
PdfString メンバ