VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDestinationXYZ Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfDestinationXYZ Class
    In This Topic
    A PDF destination that displays the page designated by page, with the coordinates (left, top) positioned at the upper-left corner of the window and the contents of the page magnified by the factor zoom. A null value for any of the parameters left, top, or zoom specifies that the current value of that parameter is to be retained unchanged. A zoom value of 0 has the same meaning as a null value.
    Object Model
    PdfPage PdfDocument PdfIndirectReference PdfBasicObject PdfDestinationXYZ
    Syntax
    'Declaration
    
    Public NotInheritable Class PdfDestinationXYZ
       Inherits PdfDestinationBase
    
    
    public sealed class PdfDestinationXYZ : PdfDestinationBase
    
    
    public __gc __sealed class PdfDestinationXYZ : public PdfDestinationBase*
    
    
    public ref class PdfDestinationXYZ sealed : public PdfDestinationBase^
    
    
    Inheritance Hierarchy

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

    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