FormFix v6.0 for .NET - Updated
HorizontalResolution Property (TemplateImage)



Accusoft.FormDirectorSdk Namespace > TemplateImage Class : HorizontalResolution Property
The horizontal resolution of the template image, in dots per inch.
Syntax
'Declaration
 
Public Property HorizontalResolution As Single
'Usage
 
Dim instance As TemplateImage
Dim value As Single
 
instance.HorizontalResolution = value
 
value = instance.HorizontalResolution
public float HorizontalResolution {get; set;}
public:
property float HorizontalResolution {
   float get();
   void set (    float value);
}
See Also

Reference

TemplateImage Class
TemplateImage Members

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