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