officefileapi-devexpress-dot-pdf-e6b03a9a.md
A destination that positions a specific X coordinate at the top left corner of the document window, and zooms a page’s bounding box so that it fits the window vertically.
Namespace : DevExpress.Pdf
Assembly : DevExpress.Pdf.v25.2.Core.dll
NuGet Package : DevExpress.Pdf.Core
public class PdfFitBBoxVerticallyDestination :
PdfDestination
Public Class PdfFitBBoxVerticallyDestination
Inherits PdfDestination
The following members return PdfFitBBoxVerticallyDestination objects:
The FitBV destination displays a page as follows:
Use the PdfBookmark.Destination property to associate a bookmark with a destination. To create a link annotation associated with a destination, call the PdfPageFacade.AddLinkAnnotation method and pass a PdfDestination descendant object as a parameter. You can associate multiple bookmarks and link annotations with a destination.
Object DevExpress.Pdf.Native.PdfDocumentItem DevExpress.Pdf.Native.PdfObject PdfDestination PdfFitBBoxVerticallyDestination
See Also