Back to Devexpress

PdfFitBBoxVerticallyDestination Class

officefileapi-devexpress-dot-pdf-e6b03a9a.md

latest2.4 KB
Original Source

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public class PdfFitBBoxVerticallyDestination :
    PdfDestination
vb
Public Class PdfFitBBoxVerticallyDestination
    Inherits PdfDestination

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.

Inheritance

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

See Also

PdfFitBBoxVerticallyDestination Members

DevExpress.Pdf Namespace