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

Show in webframe

PageFitType Property






Indicates how to fit the target page.
Syntax
public DocumentPageFitType PageFitType {get; set;}
'Declaration
 
Public Property PageFitType As DocumentPageFitType
'Usage
 
Dim instance As DocumentLinkTarget
Dim value As DocumentPageFitType
 
instance.PageFitType = value
 
value = instance.PageFitType
public DocumentPageFitType getPageFitType()
public void setPageFitType(DocumentPageFitType value)
            
public:
property DocumentPageFitType PageFitType {
   DocumentPageFitType get();
   void set (    DocumentPageFitType value);
}

Property Value

A value that indicate how to fit the target page. Default value is DocumentPageFitType.None.
Remarks

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.

Viewer application should verify these values and can chose to support only partial implementation.

Example

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

Requirements

Target Platforms

See Also

Reference

DocumentLinkTarget Structure
DocumentLinkTarget Members

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