Embedded |
A link to an embedded PDF document
public class EmbeddedPdfLink : Link
The EmbeddedPdfLink type exposes the following members.
Name | Description | |
---|---|---|
ActiveArea | The link area The link is activated when a mouse click falls within the area defined by this list of Quadrilaterals.(Inherited from Link) | |
BorderStyle | The link's border This property defines if and how a rectangular border is drawn for the link.(Inherited from Link) | |
BoundingBox | The location on the page (Inherited from Link) | |
Hidden | The link's visibility If then the link is present, but is invisible and not available for user interaction. Depending on the NoPrint property it will, however, still be visible when printing.(Inherited from Link) | |
NewWindow | The opening behavior This defines the viewer's behavior when opening the target PDF document.
| |
NoPrint | The link's visibility when printing If then the link is not present in a print output of the document.(Inherited from Link) |
Name | Description | |
---|---|---|
Create | Create a link to an embedded PDF document The link is associated with the targetDocument but not yet part of any page. It can be added to a page's list of links. | |
CreateFromQuadrilaterals | Create a link to an embedded PDF document with defined link area The link has an active area defined by the given activeArea. The link is associated with the targetDocument but not yet part of any page. It can be added to a page's list of links. | |
Equals | (Inherited from NativeObject) | |
GetHashCode | (Inherited from NativeObject) |