module:model/DateStampProperties

module:model/DateStampProperties

new module:model/DateStampProperties()

Source:

Constructs a new DateStampProperties.
Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area. This property contains the following information about the central rectangle: - DateAreaX: The X axis position of the top-left corner. - DateAreaY: The Y axis position of the top-left corner. - DateAreaWidth: The width of the rectangle. - DateAreaHeight: The height of the rectangle.

Members

(inner) dateAreaHeight :String

Source:
Type:
  • String

(inner) dateAreaWidth :String

Source:
Type:
  • String

(inner) dateAreaX :String

Source:
Type:
  • String

(inner) dateAreaY :String

Source:
Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/DateStampProperties}

Source:

Constructs a DateStampProperties from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/DateStampProperties

Optional instance to populate.

Returns:

The populated DateStampProperties instance.

Type
module:model/DateStampProperties