ActiveReports.Web Request technical support
ImageResolution Property
See Also 


Specifies the ImageResolution the PDF Export should use for the PDF Viewer type.

Syntax

Visual Basic (Declaration) 
Public Property ImageResolution As Integer
Visual Basic (Usage)Copy Code
Dim instance As PdfExportOptions
Dim value As Integer
 
instance.ImageResolution = value
 
value = instance.ImageResolution
C# 
public int ImageResolution {get; set;}

See Also