PdfPageRenderOptions.DestinationWidth 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 DestinationWidth { unsigned int get(); void set(unsigned int value); };
uint32_t DestinationWidth();

void DestinationWidth(uint32_t value);
public uint DestinationWidth { get; set; }
var uInt32 = pdfPageRenderOptions.destinationWidth;
pdfPageRenderOptions.destinationWidth = uInt32;
Public Property DestinationWidth 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 width boundary.

Remarks

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

Applies to