Share via


PrintPageInfo.DpiX Property

Definition

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

UInt32

unsigned int

uint32_t

Print resolution in dots per inch.

Applies to