FormFix v6.0 for .NET - Updated
Bitmap Property



Accusoft.FormDirectorSdk Namespace > TemplateImage Class : Bitmap Property
An uncompressed form of the template image.
Syntax
'Declaration
 
Public Property Bitmap As Bitmap
'Usage
 
Dim instance As TemplateImage
Dim value As Bitmap
 
instance.Bitmap = value
 
value = instance.Bitmap
public Bitmap Bitmap {get; set;}
public:
property Bitmap^ Bitmap {
   Bitmap^ get();
   void set (    Bitmap^ value);
}
Remarks

This property provides a way for you to read and write the template image. This property accepts and returns .NET Bitmap objects. Similar properties of this object accept and return the same image in other forms.

Important Information for Memory Management

Template images must always be 1 bit-per-pixel. Gray or color images are not acceptable.

Changing this property will cause the HasChanged property to change to true.

Valid values: Any 1 bit-per-pixel image.

Default value: null

See Also

Reference

TemplateImage Class
TemplateImage Members
CompressedData Property
Image Property
Hbitmap Property
Hdib Property

Is this page helpful?
Yes No
Thanks for your feedback.