PositioningTypes Enumeration
Positioning and size types for graphics scene.

Namespace: Aspose.PSD.ImageOptions
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public enum PositioningTypes
Members
  Member nameValueDescription
DefinedByDocument0 The absolute positioning on the page that is defined by document page settings.
DefinedByOptions1 The absolute positioning on the page that is defined by options page settings.
Relative2 The relative positioning and size. Determined by the boundary of all graphics objects.
See Also