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