Destination type used to define how to display page or given rectangle
Namespace: Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll)
Syntax
| C# |
|---|
public enum DestinationType |
| Visual Basic (Declaration) |
|---|
Public Enumeration DestinationType |
| Visual C++ |
|---|
public enum class DestinationType |
Members
| Member name | Description | |
|---|---|---|
| FitBoundsByHeight | ||
| FitBoundsByWidth | ||
| FitBounds | ||
| FitRectangle | ||
| FitHeight | ||
| FitWidth | ||
| FitPage | ||
| Zoom |
See Also
Bytescout.PDF Namespace