Gets the number of twips per pixel for a printer measured vertically.
'Declaration
Public ReadOnly Property TwipsPerPixelY As Single
'Usage
Dim instance As Printer
Dim value As Single
value = instance.TwipsPerPixelY
public float TwipsPerPixelY {get;}
public: __property float get_TwipsPerPixelY();
public:
property float TwipsPerPixelY {
float get();
}
Property Value
A single value which represents the number of twips per pixel for a printer measured vertically.