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



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

Reference

TemplateImage Class
TemplateImage Members

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