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