Skip to main content
All docs
V23.2

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfFitBBoxVerticallyDestination CreateFitBBoxVerticallyDestination()

Returns

Type Description
PdfFitBBoxVerticallyDestination

The FitBV destination on the page.

See Also