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 get_HorizontalResolution();
public: __property void set_HorizontalResolution(
float value
);
public:
property float HorizontalResolution {
float get();
void set ( float value);
}
See Also