명시적 목적지
개요
ExplicitDestination은 .NET용 Aspose.PDF FOSS의 클래스입니다.
상속 대상: IAppointment.
PDF 문서에서 명시적인 목적지를 나타냅니다 (예:
이 클래스는 .NET 프로그램에서 ExplicitDestination 객체를 작업하기 위한 4개의 메서드를 제공합니다.
사용 가능한 메서드에는: CreateDestination, ToString.
Aspose.PDF FOSS for .NET 패키지를 설치한 후 모든 .NET 애플리케이션에서 모든 public 멤버에 접근할 수 있습니다.
속성: Page, PageNumber, Type.
속성
| Name | Type | Access | Description |
|---|---|---|---|
PageNumber | int | 읽기 | 대상 페이지 번호(1부터 시작). |
Type | string | 읽기 | 대상 유형 이름(Fit, XYZ, FitH 등). |
Page | Page? | 읽기 | 대상 페이지(API 동등성). |
방법
| Signature | Description |
|---|---|
ToString() | 이 ExplicitDestination 인스턴스에서 ToString을 호출합니다. |
CreateDestination(pageNumber: int, type: ExplicitDestinationType, values: double[]) | Factory: pageNumber에 type에 대한 구체적인 destination 하위 클래스를 생성합니다. |
CreateDestination(page: Page, type: ExplicitDestinationType, values: double[]) | Factory: page에 destination을 생성합니다. |
CreateDestination(doc: Document, pageNumber: int, type: ExplicitDestinationType, values: double[]) | Factory: doc 내의 pageNumber에 destination을 생성합니다. |