Leadtools.Documents名前空間 > DocumentLink構造体 :LinkTypeプロパティ |
public DocumentLinkType LinkType {get; set;}
'Declaration
Public Property LinkType As DocumentLinkType
'Usage
Dim instance As DocumentLink Dim value As DocumentLinkType instance.LinkType = value value = instance.LinkType
public DocumentLinkType getLinkType() public void setLinkType(DocumentLinkType value)
public: property DocumentLinkType LinkType { DocumentLinkType get(); void set ( DocumentLinkType value); }
ビューワアプリケーションは、UIにリンクのサポートを提供するために、この値を使うことができます。通常、ユーザーがこの領域をクリックするとき、それがリンク境界の上にマウスを重ねるポインターを変更して、アクションを実行します:これがLinkTypeに従う外部リンクであるならば、どちらでもこれが内部のリンクであるならばターゲットへ行くか、値でハイパーリンクを呼び出します。
サンプルのために、参照しますDocumentPage.GetLinks。