Link Class

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
This class represents a page's link.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Rasterizer.NavigationLink

Namespace:  Apitron.PDF.Rasterizer.Navigation
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public sealed class Link

The Link type exposes the following members.

Properties

  NameDescription
Public propertyDestinationUri
Gets the destination URI.
Public propertyIsGoToPageViewLink
Gets a value indicating whether this instance is "Go To Page View" link.
Public propertyIsUriLink
Gets a value indicating whether this instance is URI link.
Top
Methods

  NameDescription
Public methodGetDestinationRectangle(Resolution, RenderingSettings)
Gets linked content's destination rect.
Public methodGetDestinationRectangle(Int32, Int32, RenderingSettings)
Gets linked content's destination rect.
Public methodGetLocationRectangle(Resolution, RenderingSettings)
Gets the location rectangle of the link itself.
Public methodGetLocationRectangle(Int32, Int32, RenderingSettings)
Gets the location rectangle of the link itself.
Top
See Also

Reference