FitBExplicitDestination
خلاصه ای
FitBExplicitDestination یک کلاس در Aspose.PDF FOSS برای .NET است. وارثان از: ExplicitDestination.
هدف صندوق مناسب (/FitB).
این کلاس ۵ روش برای کار با اشیاء FitBExplicitDestination در برنامه های .NET را ارائه می دهد. روش های موجود شامل: CreateDestination, FitBExplicitDestination, ToString. همه اعضای عمومی پس از نصب بسته Aspose.PDF FOSS for .NET به هر برنامه .Net قابل دسترسی هستند. خواص: Page, PageNumber, Type.
خواص
| نام: | نوع: | Access | شرح: |
|---|---|---|---|
PageNumber | int | بخونید. | شماره صفحه هدف (بر اساس 1). |
Type | string | بخونید. | نام نوع مقصد (Fit، XYZ، FitH و غیره). |
Page | Page? | بخونید. | صفحه هدف (توازن API). |
روش ها
| Signature | شرح: |
|---|---|
FitBExplicitDestination(page: Page) | FitBExplicitDestination را در این مثال از Fit BExpllicit Destinations فرا می خواند. |
FitBExplicitDestination(pageNumber: int) | |
FitBExplicitDestination(document: Document, pageNumber: int) | |
ToString() | ToString را در این مثال FitBExplicitDestination فرا می خواند. |
CreateDestination(pageNumber: int, type: ExplicitDestinationType, values: double[]) | کارخانه: زیرکلاس مقصد مشخص را برای نوع در صفحه شماره ایجاد کنید. |