PdfSaveOptions.VerticalResolution

PdfSaveOptions.VerticalResolution property

Gets or sets the vertical resolution for generated images, in dots per inch. Applies generating image method except Emf format image.

public int VerticalResolution { get; set; }

Remarks

The default value is 96.

See Also