Share via


PrintPageInfo.DpiY Property

Definition

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

UInt32

unsigned int

uint32_t

Print resolution in dots per inch.

Applies to