FormFix v6.0 for .NET - Updated
CompressedData Property



Accusoft.FormDirectorSdk Namespace > TemplateImage Class : CompressedData Property
A compressed form of the template image.
Syntax
'Declaration
 
Public Property CompressedData As Byte()
'Usage
 
Dim instance As TemplateImage
Dim value() As Byte
 
instance.CompressedData = value
 
value = instance.CompressedData
public byte[] CompressedData {get; set;}
public:
property array<byte>^ CompressedData {
   array<byte>^ get();
   void set (    array<byte>^ value);
}
Remarks

This property holds the compressed template image. It is present here so that classes you derive from FormDefinition can read and write a compressed image to the persisent storage location of form definition information.

The format of this compressed image may change in the future, so you should not rely on any details of the compression algorithm or header information. There are also no parameters that allow you to control the compression or header that this object uses to compress images. Finally, Accusoft does not support using this property to read compressed images created by any source other than this component.

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

Valid values: Any compressed image that this component produces or has produced in the past.

Default value: ""

See Also

Reference

TemplateImage Class
TemplateImage Members
Image Property
Hbitmap Property
Hdib Property

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