JpegExifDataYResolution Property |
Gets or sets the y resolution.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic TiffRational YResolution { get; set; }
Public Property YResolution As TiffRational
Get
Set
public:
property TiffRational^ YResolution {
TiffRational^ get ();
void set (TiffRational^ value);
}
member YResolution : TiffRational with get, set
Property Value
Type:
TiffRational
The y resolution.
See Also