PdfFitBBoxVerticallyDestination Class
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.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public class PdfFitBBoxVerticallyDestination :
PdfDestination
#Related API Members
The following members return PdfFitBBoxVerticallyDestination objects:
#Remarks
The FitBV destination displays a page as follows:
- A specific X coordinate (returned by the Left property) is positioned at the top left corner of the document window
- The page’s bounding box fits the document window vertically
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.