ImageResolution Property (PdfExportOptions)
In This Topic
Specifies the ImageResolution the PDF Export should use for the PDF Viewer type.
Syntax
'Declaration
Public Property ImageResolution As Integer
public int ImageResolution {get; set;}
Property Value
A
System.Int32 value indicating the image resolution for the PDF export.
See Also