VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDestinationXYZ Class / PdfDestinationXYZ Constructors / PdfDestinationXYZ Constructor(PdfDocument,PdfPage,PointF,Single)
Syntax Requirements SeeAlso
In This Topic
    PdfDestinationXYZ Constructor(PdfDocument,PdfPage,PointF,Single)
    In This Topic
    Initializes a new instance of the PdfDestinationXYZ class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal document
    Parent document of this destination.
    As Vintasoft.Imaging.Pdf.PdfDocument, _
    ByVal page
    Page of this destination.
    As PdfPage, _
    ByVal location
    The destination location.
    As System.Drawing.PointF, _
    ByVal zoom
    The destination zoom.
    As Single _
    )
    public PdfDestinationXYZ(
    Vintasoft.Imaging.Pdf.PdfDocument document,
    PdfPage page,
    System.Drawing.PointF location,
    float zoom
    )
    public: PdfDestinationXYZ(
    Vintasoft.Imaging.Pdf.PdfDocument* document,
    PdfPage* page,
    System.Drawing.PointF location,
    float zoom
    )
    public:
    PdfDestinationXYZ(
    Vintasoft.Imaging.Pdf.PdfDocument^ document,
    PdfPage^ page,
    System.Drawing.PointF location,
    float zoom
    )

    Parameters

    document
    Parent document of this destination.
    page
    Page of this destination.
    location
    The destination location.
    zoom
    The destination zoom.
    Requirements

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

    See Also