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

Show in webframe

DocumentPage Class






Members 
Represents a page in the current Document.
Object Model
Syntax
[DataContractAttribute()]
public class DocumentPage 
'Declaration
 
<DataContractAttribute()>
Public Class DocumentPage 
'Usage
 
Dim instance As DocumentPage
public class DocumentPage implements Serializable
            
[DataContractAttribute()]
public ref class DocumentPage 
Remarks

DocumentPage represents a page in the current Document. It can be accessed through the Pages collection.

DocumentPages is populated with an item for each page in the original document. Each DocumentPage will have the value of Size and Resolution initialized to their corresponding value in the document. The other parts of the page are obtained on demand when the user calls the various methods.

Use DocumentPages.CreatePage to create a new page when modifying or creating documents.

The page uses the cache system if available, most of the page data are not kept in memory and is either read from the original document or obtained from the cache on demand. This is done to reduce the memory footprint of Document and to be able to support document with a large number of pages and data.

DocumentPage has the following features:

Member Description
Size and Resolution The size in document units and resolution in DPI of the page.
OriginalPageNumber and PageNumber The page number of the page in the original document (if any) and the current page number in the collection.
GetImage, SetImage and IsImageModified Get and sets a RasterImage of this page.
GetSvg, SetSvg and IsSvgModified Get and sets a SvgDocument of this page.
GetSvgBackImage, SetSvgBackImage and IsSvgBackImageModified Get and sets the background RasterImage for the SVG image of this page.
GetText, SetText and IsTextModified Get and sets a DocumentPageText of this page.
GetAnnotations, SetAnnotations and IsAnnotationsModified Get and sets a AnnContainer of this page.
GetLinks, SetLinks and IsLinksModified Get and sets an array of DocumentLink objects of this page.
ReadBarcodes Reads any barcodes found on the page.
UserData Any user-defined data that can be associated with the page (and saved to the cache if needed).
Example

For an example, refer to Document.

Requirements

Target Platforms

See Also

Reference

DocumentPage 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