VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDestinationFitBHorizontal Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfDestinationFitBHorizontal Class
    In This Topic
    A PDF destination that displays the page designated by page, with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of its bounding box within the window. A null value for top specifies that the current value of that parameter is to be retained unchanged.
    Object Model
    PdfPage PdfDocument PdfIndirectReference PdfBasicObject PdfDestinationFitBHorizontal
    Syntax
    'Declaration
    
    Public NotInheritable Class PdfDestinationFitBHorizontal
       Inherits PdfDestinationBase
    
    
    public sealed class PdfDestinationFitBHorizontal : PdfDestinationBase
    
    
    public __gc __sealed class PdfDestinationFitBHorizontal : public PdfDestinationBase*
    
    
    public ref class PdfDestinationFitBHorizontal sealed : public PdfDestinationBase^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Tree.PdfDestinationBase
             Vintasoft.Imaging.Pdf.Tree.PdfDestinationFitBHorizontal

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also