PdfPageFacade.CreateFitBBoxVerticallyDestination() Method
In This Article
Creates a FitBV destination. The coordinate positioned window’s top left corner is retained from the previous view.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfFitBBoxVerticallyDestination CreateFitBBoxVerticallyDestination()
#Returns
Type | Description |
---|---|
Pdf |
The Fit |
See Also