Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Forms.DocumentWriters Namespace > DocumentSvgPage Class : Image Property |
public RasterImage Image {get; set;}
'Declaration
Public Property Image As RasterImage
'Usage
Dim instance As DocumentSvgPage 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); }
The Image property is optional and is used only when the document being created is PDF with the Image and Text overlay option. To create a PDF document with image/text overlay, perform the following steps:
The AnnotationContainer property is optional and is used to create annotated document. It's only valid when the document being created is PDF. Note that saving annotated document is not supported when DocumentType is PdfDocumentType.PdfA.
For more information, refer to PdfDocumentOptions.
You are responsible for freeing this Image object after the call to AddPage or InsertPage returns. This is usually done by calling RasterImage.Dispose.