Error processing SSI file
LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)

Show in webframe

Image Property (DocumentRasterPage)








The raster image representation of the page.
Syntax
public RasterImage Image {get; set;}
'Declaration
 
Public Property Image As RasterImage
'Usage
 
Dim instance As DocumentRasterPage
Dim value As RasterImage
 
instance.Image = value
 
value = instance.Image
public RasterImage Image {get; set;}
@property (nonatomic, strong) LTRasterImage *image
public RasterImage getImage()
public void setImage(RasterImage image)
            
 <br/>get_Image();<br/>set_Image(value);<br/>Object.defineProperty('Image'); 
public:
property RasterImage^ Image {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

Property Value

An RasterImage that contains the image representation of the page.
Remarks

The Image property must contain a RasterImage object --it cannot be null. This image object is used in the DocumentWriter.AddPage or DocumentWriter.InsertPage methods to create the visual representation of the new page added to the document being created.

The LEADTOOLS Document Writer toolkit will not use the RasterImage object after the call to DocumentWriter.AddPage or DocumentWriter.InsertPage returns. This handle needs to be disposed to free the resources associated with it by the user.

The raster image objects can be obtained from multiple sources as explained in LEADTOOLS Document Writers.

The LEADTOOLS Document Writer supports creating documents with zero or more empty pages inside them. Simply pass a page of type DocumentEmptyPage to DocumentWriter.AddPage or DocumentWriter.InsertPage methods. The dimension of the empty page must be set before hand in the DocumentOptions.EmptyPageWidth and DocumentOptions.EmptyPageHeight and its resolution set to DocumentOptions.EmptyPageResolution. As many empty pages as desired can be added and in any index desired. To use empty pages, make sure the DocumentOptions.PageRestriction property is set to DocumentPageRestriction.Relaxed.

Example
For an example, refer to DocumentRasterPage.
Requirements

Target Platforms

See Also

Reference

DocumentRasterPage Class
DocumentRasterPage Members
DocumentWriter Class
DocumentFormat Enumeration
Programming with LEADTOOLS Document Writers
Files to be Included with Your Application
Unlocking Special LEAD Features

Error processing SSI file
Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features