PDF File Writer Class Library - Author Uzi Granot
DestFit Enumeration |
Named destination fit constants
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public enum DestFit

Member name | Value | Description | |
---|---|---|---|
Fit | 0 | Fit entire page. No arguments. | |
FitH | 1 | Display the page with top coordinate at top of the window. One argument. | |
FitV | 2 | Display the page with left coordinate at left side of the window. One argument. | |
FitR | 3 | Display the page within rectangle. Four argument. | |
FitB | 4 | Fit entire page including boundig box. No arguments. | |
FitBH | 5 | Display the page with top coordinate at top of the window. One argument. | |
FitBV | 6 | Display the page with left coordinate at left side of the window. One argument. |
