Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DestinationXYZ Class
Members

In This Topic
    DestinationXYZ Class
    In This Topic
    Display 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
    DestinationXYZ Class
    Syntax
    'Declaration
     
    Public Class DestinationXYZ 
       Inherits Destination
    public class DestinationXYZ : Destination 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.DocAction
             GrapeCity.Documents.Pdf.DestinationBase
                GrapeCity.Documents.Pdf.Destination
                   GrapeCity.Documents.Pdf.DestinationXYZ

    See Also