Class StandardMediaDimension
Represents standard media dimensions available for crops.
public sealed class StandardMediaDimension
- Inheritance
-
objectStandardMediaDimension
- Extension Methods
Properties
CodeName
Standard media dimension code name.
public string CodeName { get; set; }
Property Value
- string
Height
Standard media dimension height.
public int Height { get; set; }
Property Value
- int
Identifier
Standard media dimension GUID.
public Guid Identifier { get; set; }
Property Value
- Guid
Name
Standard media dimension display name.
public string Name { get; set; }
Property Value
- string
Width
Standard media dimension width.
public int Width { get; set; }
Property Value
- int