PdfPageRenderOptions.DestinationWidth 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 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
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.