Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifProfile Class / PixelXDimension Property

In This Topic
    PixelXDimension Property
    In This Topic
    Gets or sets the valid width of the meaningful image (specific to compressed data).
    Syntax
    'Declaration
     
    Public Property PixelXDimension As System.Nullable(Of UInteger)
    public System.Nullable<uint> PixelXDimension {get; set;}
    See Also