Namespace: BitMiracle.Docotic.Pdf
public static PdfDrawOptions Create()
Public Shared Function Create As PdfDrawOptions
Default draw options are:
Produced images will be additionally scaled when HorizontalResolution or VerticalResolution properties are not equal to 72 pixels per inch. The scaling happens to maintain the same physical size of the corresponding PDF page in the produced images.
To produce images of an exact width, height, or both, please use CreateFitWidth(Double), CreateFitHeight(Double), or CreateFitSize(PdfSize, Boolean) methods.