Skip to main content
A newer version of this page is available. .
All docs
V23.1
.NET Framework 4.5.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.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfFitBBoxVerticallyDestination CreateFitBBoxVerticallyDestination()

Returns

Type Description
PdfFitBBoxVerticallyDestination

The FitBV destination on the page.

See Also