Table of Contents

Method GetOutputWidth

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

GetOutputWidth(PdfPage)

Gets the width in pixels of the image produced using these options for the specified page.

public int GetOutputWidth(PdfPage page)

Parameters

page PdfPage

The page to use for calculations.

Returns

int

The width in pixels of the image produced using these options for the specified page.

Remarks

This method can return the same value as the Width property in some cases. The difference between this method and that property is that the method always returns the exact width.