Back to Devexpress

PdfPageFacade.CreateFitBBoxVerticallyDestination(Single) Method

officefileapi-devexpress-dot-pdf-dot-pdfpagefacade-dot-createfitbboxverticallydestination-x28-system-dot-single-x29.md

latest1.6 KB
Original Source

PdfPageFacade.CreateFitBBoxVerticallyDestination(Single) Method

Creates a FitBV destination.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfFitBBoxVerticallyDestination CreateFitBBoxVerticallyDestination(
    float left
)
vb
Public Function CreateFitBBoxVerticallyDestination(
    left As Single
) As PdfFitBBoxVerticallyDestination

Parameters

NameTypeDescription
leftSingle

The X coordinate that is positioned at the top left corner of the document window. Specify this coordinate in the user coordinate system.

|

Returns

TypeDescription
PdfFitBBoxVerticallyDestination

The FitBV destination.

|

See Also

PdfPageFacade Class

PdfPageFacade Members

DevExpress.Pdf Namespace