Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

DocumentLinkTarget Structure






Members 
Defines the target of an internal link in the document.
Object Model
Syntax
[DataContractAttribute()]
[SerializableAttribute()]
public struct DocumentLinkTarget : System.ValueType 
'Declaration
 
<DataContractAttribute()>
<SerializableAttribute()>
Public Structure DocumentLinkTarget 
   Inherits System.ValueType
'Usage
 
Dim instance As DocumentLinkTarget
public class DocumentLinkTarget implements Serializable
            
[DataContractAttribute()]
[SerializableAttribute()]
public value class DocumentLinkTarget : public System.ValueType 
Remarks

DocumentLinkTarget contains the properties required for a link that targets other parts of the document. It is used as the value of DocumentLink.Target for internal page links and as the value of DocumentBookmark.Target used to define document bookmarks (table of content).

Viewer applications would normally perform the following when a link target is invoked:

  1. Go to the page number specified in PageNumber.

  2. Check the value of PageFitType, if it is other than DocumentPageFitType.None then fit the page as specified.

  3. If the of PageFitType is DocumentPageFitType.None then use Position to scroll to a specific position in the page and optionally ZoomPercent to update the zoom value.

Example

For an example, refer to DocumentPage.GetLinks and DocumentStructure.

Requirements

Target Platforms

See Also

Reference

DocumentLinkTarget Members
Leadtools.Documents Namespace

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features