Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v21.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public class PdfFitBBoxVerticallyDestination :
    PdfDestination

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.

Inheritance

Object
DevExpress.Pdf.Native.PdfDocumentItem
DevExpress.Pdf.Native.PdfObject
PdfDestination
PdfFitBBoxVerticallyDestination
See Also