Skip to main content
All docs
V25.1
  • PdfPageFacade.CreateFitBBoxVerticallyDestination() Method

    Creates a FitBV destination. The coordinate positioned window’s top left corner is retained from the previous view.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public PdfFitBBoxVerticallyDestination CreateFitBBoxVerticallyDestination()

    Returns

    Type Description
    PdfFitBBoxVerticallyDestination

    The FitBV destination on the page.

    See Also