Leadtools.Pdfアセンブリ > Leadtools.Pdf名前空間 > PDFInternalLink構造体 :TargetZoomPercentプロパティ |
public int TargetZoomPercent {get; set;}
'Declaration
Public Property TargetZoomPercent As Integer
'Usage
Dim instance As PDFInternalLink Dim value As Integer instance.TargetZoomPercent = value value = instance.TargetZoomPercent
public int getTargetZoomPercent() public void setTargetZoomPercent(int zoomPercent)
ターゲットページのズームパーセント(100はズームなし)。内部のリンクがアクティベーションされるとき、外部ビューワはこの値にズームしなければなりません。値0は、ターゲットページに進むときに現在のズーム率を変更しないという意味です。
サンプルのために、参照しますPDFInternalLink。