PdfPageRenderOptions.DestinationHeight Property

Definition

Gets or sets the final size of the rendering of the Portable Document Format (PDF) page in device-independent pixels (DIPs).

public:
 property unsigned int DestinationHeight { unsigned int get(); void set(unsigned int value); };
uint32_t DestinationHeight();

void DestinationHeight(uint32_t value);
public uint DestinationHeight { get; set; }
var uInt32 = pdfPageRenderOptions.destinationHeight;
pdfPageRenderOptions.destinationHeight = uInt32;
Public Property DestinationHeight As UInteger

Property Value

UInt32

unsigned int

uint32_t

The Portable Document Format (PDF) page's scaling factor relative to the page's destination display height boundary.

Remarks

The value for DestinationHeight is the final size of the rendered page. If DestinationHeight is not specified, the page's aspect ratio is maintained relative to the destination width.

Applies to