PrintPageInfo.DpiY Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the print resolution on the vertical axis for the given print section.
public:
property unsigned int DpiY { unsigned int get(); void set(unsigned int value); };
uint32_t DpiY();
void DpiY(uint32_t value);
public uint DpiY { get; set; }
var uInt32 = printPageInfo.dpiY;
printPageInfo.dpiY = uInt32;
Public Property DpiY As UInteger
Property Value
Print resolution in dots per inch.