ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFDestination Class
Members




In This Topic
    ImGearPDFDestination Class
    In This Topic
    Represents a particular view of a page in a document.
    Object Model
    ImGearPDFDestination ClassImGearPDFAtom ClassImGearPDFBasObj ClassImGearPDFFixedRect ClassImGearPDFDestination Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearPDFDestination 
       Inherits ImGearPDFObject
    'Usage
     
    Dim instance As ImGearPDFDestination
    public sealed class ImGearPDFDestination : ImGearPDFObject 
    public __gc __sealed class ImGearPDFDestination : public ImGearPDFObject 
    public ref class ImGearPDFDestination sealed : public ImGearPDFObject 
    Remarks
    It contains a reference to a page, a rectangle on that page, and information specifying how to adjust the view to fit the window's size and shape. See section 8.2, "Document-Level Navigation," in the PDF Reference for more information on destinations.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDFObject
          ImageGear.Formats.PDF.ImGearPDFDestination

    See Also