Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageData Class / Dpi Property

In This Topic
    Dpi Property
    In This Topic
    Gets or sets the DPI (dots per inch) used to calculate the size of the image.

    If zero, the DPI in the image is used.

    Syntax
    'Declaration
     
    Public Property Dpi As System.UInteger
    public System.uint Dpi {get; set;}
    See Also