ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Map Class / TargetDpi Property

In This Topic
    TargetDpi Property
    In This Topic
    Gets or sets the target image resolution (dpi).

    The default is 200 dpi.

    Syntax
    'Declaration
     
    Public Property TargetDpi As Integer
    public int TargetDpi {get; set;}
    See Also