Package | Description |
---|---|
com.aspose.psd.fileformats.psd.resources |
Modifier and Type | Method and Description |
---|---|
FixedPointDecimal |
ResolutionInfoResource.getHDpi()
Horizontal DPI.
|
FixedPointDecimal |
ResolutionInfoResource.getVDpi()
Vertical DPI.
|
Modifier and Type | Method and Description |
---|---|
void |
ResolutionInfoResource.setHDpi(FixedPointDecimal value)
Horizontal DPI.
|
void |
ResolutionInfoResource.setVDpi(FixedPointDecimal value)
Vertical DPI.
|