DioDocs for PDF
BeginLayer(String) メソッド

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf 名前空間 > GcPdfGraphics クラス > BeginLayer メソッド : BeginLayer(String) メソッド
ターゲットレイヤーの名前。
layerNameで指定されたレイヤーへのレンダリングを開始します。 その名前は、現在のドキュメントのGcPdfDocument.OptionalContentGrapeCity.Documents.Pdf.Layers.OptionalContentProperties.Groupsコレクションにある既存のGrapeCity.Documents.Pdf.Layers.OptionalContentGroupGrapeCity.Documents.Pdf.Layers.OptionalContentGroup.Nameと一致する必要があります。

指定したレイヤーへのレンダリングを終了するには、EndLayerメソッドを呼び出す必要があります。

シンタックス
'宣言
 
Public Overloads Sub BeginLayer( _
   ByVal layerName As System.String _
) 
public void BeginLayer( 
   System.string layerName
)

パラメータ

layerName
ターゲットレイヤーの名前。
参照

GcPdfGraphics クラス
GcPdfGraphics メンバ
オーバーロード一覧