public final class FrameDimension extends Object
Provides properties that get the frame dimensions of an image. Not inheritable.
| Constructor and Description |
|---|
FrameDimension(UUID guid)
Initializes a new instance of the
FrameDimension class using the specified GUID structure. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Returns a value that indicates whether the specified object is a
FrameDimension equivalent to
this FrameDimension object. |
UUID |
getGuid()
Gets a globally unique identifier (GUID) that represents this
FrameDimension object. |
static FrameDimension |
getPage()
Gets the page dimension.
|
static FrameDimension |
getResolution()
Gets the resolution dimension.
|
static FrameDimension |
getTime()
Gets the time dimension.
|
int |
hashCode()
Returns a hash code for this
FrameDimension object. |
String |
toString()
Converts this
FrameDimension object to a human-readable string. |
public FrameDimension(UUID guid)
Initializes a new instance of the FrameDimension class using the specified GUID structure.
guid - A GUID structure that contains a GUID for this FrameDimension object.public static FrameDimension getTime()
Gets the time dimension.
public static FrameDimension getResolution()
Gets the resolution dimension.
public static FrameDimension getPage()
Gets the page dimension.
public UUID getGuid()
Gets a globally unique identifier (GUID) that represents this FrameDimension object.
public boolean equals(Object o)
Returns a value that indicates whether the specified object is a FrameDimension equivalent to
this FrameDimension object.
equals in class Objecto - The object to test.o is a FrameDimension equivalent to
this FrameDimension object; otherwise, false.public int hashCode()
Returns a hash code for this FrameDimension object.
hashCode in class ObjectFrameDimension object.public String toString()
Converts this FrameDimension object to a human-readable string.
toString in class ObjectFrameDimension object.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.