PrintPageInfo.DpiX 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 horizontal axis for the given print section.
public:
property unsigned int DpiX { unsigned int get(); void set(unsigned int value); };
uint32_t DpiX();
void DpiX(uint32_t value);
public uint DpiX { get; set; }
var uInt32 = printPageInfo.dpiX;
printPageInfo.dpiX = uInt32;
Public Property DpiX As UInteger
Property Value
Print resolution in dots per inch.