Leadtools.Pdfアセンブリ > Leadtools.Pdf名前空間 > PDFInternalLink構造体 :TargetPageFitTypeプロパティ |
public PDFPageFitType TargetPageFitType {get; set;}
'Declaration
Public Property TargetPageFitType As PDFPageFitType
'Usage
Dim instance As PDFInternalLink Dim value As PDFPageFitType instance.TargetPageFitType = value value = instance.TargetPageFitType
public PDFPageFitType getTargetPageFitType() public void setTargetPageFitType(PDFPageFitType type)
public: property PDFPageFitType TargetPageFitType { PDFPageFitType get(); void set ( PDFPageFitType value); }
ターゲットページのページフィットタイプ。この内部のリンクがアクティベーションされるとき、外部ビューワはこの値に基づくページビュープロパティを設定しなければなりません。PDFPageFitType.Defaultの値は、ターゲットページに進んだらページのフィットモードを変更しないという意味です。
サンプルのために、参照しますPDFInternalLink。