TiffOptionsYresolution Property |
Gets or sets the y resolution.
Namespace:
Aspose.CAD.ImageOptions
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