明示的な宛先
概要
ExplicitDestination は .NET 用 Aspose.PDF FOSS のクラスです。
継承元: IAppointment。
PDF ドキュメント内の明示的なデスティネーションを表します (例:
このクラスは .NET プログラムで ExplicitDestination オブジェクトを操作するための 4 つのメソッドを提供します。
利用可能なメソッドは次のとおりです: CreateDestination、ToString。
Aspose.PDF FOSS for .NET パッケージをインストールした後、すべてのパブリック メンバーは任意の .NET アプリケーションからアクセス可能です。
プロパティ: Page、PageNumber、Type。
プロパティ
| Name | Type | Access | Description |
|---|---|---|---|
PageNumber | int | Read | 対象ページ番号(1ベース)。 |
Type | string | Read | 宛先タイプ名(Fit、XYZ、FitH など)。 |
Page | Page? | Read | 対象ページ(API パリティ)。 |
方法
| Signature | Description |
|---|---|
ToString() | この ExplicitDestination インスタンスの ToString を呼び出します。 |
CreateDestination(pageNumber: int, type: ExplicitDestinationType, values: double[]) | ファクトリ: pageNumber 上の type 用の具体的な destination サブクラスを作成します。 |
CreateDestination(page: Page, type: ExplicitDestinationType, values: double[]) | ファクトリ: page 上に destination を作成します。 |
CreateDestination(doc: Document, pageNumber: int, type: ExplicitDestinationType, values: double[]) | ファクトリ: doc 内の pageNumber 上に destination を作成します。 |