[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.DestinationXYZ

DestinationXYZ Class

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.

Implements
Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public class DestinationXYZ : Destination, IPdfArray, IDestination
Public Class DestinationXYZ
    Inherits Destination
    Implements IPdfArray, IDestination

Constructors

Name Description
DestinationXYZ(Page)

Initializes a new instance of the DestinationXYZ class.

DestinationXYZ(Page, float?)

Initializes a new instance of the DestinationXYZ class.

DestinationXYZ(Page, float?, float?)

Initializes a new instance of the DestinationXYZ class.

DestinationXYZ(Page, float?, float?, float?)

Initializes a new instance of the DestinationXYZ class.

DestinationXYZ(int)

Initializes a new instance of the DestinationXYZ class.

Note that if a destination is created using this constructor then all Y coordinates should be specified relative to the bottom of the page, see Destination description for details.

DestinationXYZ(int, float?)

Initializes a new instance of the DestinationXYZ class.

Note that if a destination is created using this constructor then all Y coordinates should be specified relative to the bottom of the page, see Destination description for details.

DestinationXYZ(int, float?, float?)

Initializes a new instance of the DestinationXYZ class.

Note that if a destination is created using this constructor then all Y coordinates should be specified relative to the bottom of the page, see Destination description for details.

DestinationXYZ(int, float?, float?, float?)

Initializes a new instance of the DestinationXYZ class.

Note that if a destination is created using this constructor then all Y coordinates should be specified relative to the bottom of the page, see Destination description for details.

Properties

Name Description
Left

Gets the left coordinate of the document window, if null then unchanged.

PdfTop

Gets the top coordinate of the document window relative to the bottom left corner, unchanged if null.

Top

Gets the top coordinate of the document window, if null then unchanged.

If the target page of this destination was specified as an index (see PageIndex), then this property returns the Y coordinate relative to the page bottom. If the target page was specified as a page object (see Page), then this property returns the Y coordinate relative to the page top. See Destination description for details.

Zoom

Gets the zoom factor of the document window, unchanged if null or zero.

Extension Methods