VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDestinationFitRectangle Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfDestinationFitRectangle Class
    In This Topic
    A PDF destination that displays the page designated by page, with its contents magnified just enough to fit the rectangle specified by the coordinates left, bottom, right, and top entirely within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the rectangle within the window in the other dimension. A null value for any of the parameters may result in unpredictable behavior.
    Object Model
    PdfPage PdfDocument PdfIndirectReference PdfBasicObject PdfDestinationFitRectangle
    Syntax
    'Declaration
    
    Public NotInheritable Class PdfDestinationFitRectangle
       Inherits PdfDestinationBase
    
    
    public sealed class PdfDestinationFitRectangle : PdfDestinationBase
    
    
    public __gc __sealed class PdfDestinationFitRectangle : public PdfDestinationBase*
    
    
    public ref class PdfDestinationFitRectangle sealed : public PdfDestinationBase^
    
    
    Inheritance Hierarchy

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

    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