DestinationCollection
개요
DestinationCollection .NET에 대한 Aspose.PDF FOSS의 클래스입니다. 다음의 사람으로부터 유산을 받은 경우: System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object>>.
IEnumerable<KeyValuePair <string, object»로 노출된 이름의 목적지 컬렉션.
이 클래스는 .NET 프로그램에서 DestinationCollection 객체와 작업하는 10가지 방법을 제공합니다. 이용 가능한 방법에는 다음이 포함됩니다.: Add, Clear, Contains, CopyTo, GetEnumerator, GetExplicitDestination, GetPageNumber, IndexOf, Remove. 모든 퍼블릭 멤버들은 Aspose.PDF FOSS for .NET 패키지를 설치한 후 어떤 .Net 애플리케이션에도 액세스할 수 있습니다. 성질: Count, IsReadOnly.
속성
| 이름 | 유형 | Access | 설명 |
|---|---|---|---|
Count | int | 읽으세요. | 목적지 수 (명칭된 목표물 트리 항목과 로컬로 추가된 덮개 입력). |
IsReadOnly | bool | 읽으세요. | 항상 틀린: 호출자는 로컬 오버레이를 통해 확장할 수 있습니다. |
메서드
| Signature | 설명 |
|---|---|
GetPageNumber(destinameName: string, useCache: bool) | 1에 기반한 페이지 번호를 얻습니다. |
GetPageNumber(destinameName: string) | 항상 숨기는 편의성 과부하. |
GetExplicitDestination(destinameName: string, useCache: bool) | ExplicitDestination로 지정된 목적지를 해결합니다. 발견되지 않을 경우 null를 반환합니다. |
Add(item: System.Collections.Generic.KeyValuePair<string, object>) | (name → destination) 쌍을 로컬 오버레이에 추가합니다. |
Clear() | 모든 표면 항목을 제거합니다. |
Contains(value: System.Collections.Generic.KeyValuePair<string, object>) | 스냅샷에 값이 존재하는지 여부 (명칭된 목적지 또는 오버레이). |
CopyTo(array: System.Collections.Generic.KeyValuePair<string, object>[], arrayIndex: int) | arrayIndex에서 시작하는 화면을 배열로 복사합니다. |
IndexOf(value: System.Collections.Generic.KeyValuePair<string, object>) | 스냅샷에서 값의 지수, 또는 -1. |
Remove(item: System.Collections.Generic.KeyValuePair<string, object>) | 부착된 항목을 제거합니다. |
GetEnumerator() | 이 DestinationCollection 인스턴스에 GetEnumerator을 호출합니다. |